View source: R/DataReformatting.R
apply_conversion_factor_to_columns_multiple_projects | R Documentation |
Sometimes it can be helpful to apply conversion factors to a series of columns, for example to get the calorie values of crops produced. This function allows us to apply conversion factors to mulptiple projects.
apply_conversion_factor_to_columns_multiple_projects(
data,
conversion_tibble,
by_project = T
)
data |
A tibble to be converted |
conversion_tibble |
The conversion tibble |
by_project |
Whether or not to apply conversion factors by project be converted |
Rpackage file: DataReformatting.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.