Map columns of a SoilProfileCollection or data.frame to a custom schema
remapColumns.Rd
Map columns of a SoilProfileCollection or data.frame to a custom schema
Arguments
- x
a SoilProfileCollection or horizon-level data.frame
- .map
a named, nested list where each sub-list defines the columns associated with a new table in terms of existing columns in
x
. The basic format of the .map argument follows:list(new_table_name = list(new_column_name = 'old_column_name'))