remapColumns | R Documentation |
Map columns of a SoilProfileCollection or data.frame to a custom schema
remapColumns(x, .map)
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 |
a named list of data.frame objects (equal in length to .map
) containing data from x
"remapped" to the schema specified by .map
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.