itrax_join: Join two or more Itrax result datasets
Description
Join two or more Itrax datasets that have been parsed using "itrax_import()"
Usage
itrax_join(list)
Value
a tibble of all the input data
Arguments
list
a list of dataframes that are parsed Itrax result files --- this should have been imported using "itrax_import()" and must have a depth variable present. This should take the form "list(core1 = core1, core2 = core2)"