Post-process data using xy_info.

postprocess_xy_data(data = NULL, xy_info = NULL)

Arguments

data

data.frame. Output from do.call(...).

xy_info

list. Output from get_xy_info().

Value

data.frame.

Details

To be used exclusively by wrapper_func(). Some extra logic is needed in case the expected names do not appear in data after do.call(...). Output column names cannot be specified.