itrax_join {itraxR} | R Documentation |
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)
Arguments
list |
a list of dataframes that are parsed Itrax result files — this should have been imported using |
Value
a tibble of all the input data
Examples
itrax_join(list(core1 = CD166_19_S1$xrf, core2 = CD166_19_S1$xrf))
[Package itraxR version 1.12.2 Index]