itrax_join: Join two or more Itrax result datasets

View source: R/itrax_join.R

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

itraxR documentation built on July 26, 2023, 5:48 p.m.

Related to itrax_join in itraxR...