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 "itrax_import()" and must have a depth variable present. This should take the form "list(core1 = core1, core2 = core2)"

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.1 Index]