Learn R Programming

itraxR (version 1.12.2)

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)"

Examples

Run this code
itrax_join(list(core1 = CD166_19_S1$xrf, core2 = CD166_19_S1$xrf))

Run the code above in your browser using DataLab