Combine extracted dataitems

combine(a, b)

Arguments

a

an extracted data item returned by extract()

b

an extracted data item returned by extract()

Value

a tibble with combined data

Details

Safely combines extracted dataitems in preparation for using evaluate_comparison(). If the data classes of the primary value differ between the tables, then their missingness patterns are returned instead.