View source: R/DataReformatting.R
apply_conversion_factor_to_columns | 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 an individual project.
apply_conversion_factor_to_columns(data, conversion_tibble, id_rhomis_dataset)
data |
A tibble to be converted |
conversion_tibble |
The conversion tibble |
id_rhomis_dataset |
The id of the project to be converted |
Rpackage file: DataReformatting.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.