View source: R/DataReformatting.R
switch_column_names_and_merge_categories | R Documentation |
A function for changing the column names e.g, where the column names represent crops, and merging categories.
switch_column_names_and_merge_categories(
data,
conversion_tibble,
by_project = T
)
data |
Dataset with categories to be merged |
conversion_tibble |
A tibble of conversion factors be converted |
by_project |
Should |
Rpackage file: DataReformatting.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.