apply_conversion_factor_to_columns: Apply Conversion Factor to Columns

View source: R/DataReformatting.R

apply_conversion_factor_to_columnsR Documentation

Apply Conversion Factor to Columns

Description

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.

Usage

apply_conversion_factor_to_columns(data, conversion_tibble, id_rhomis_dataset)

Arguments

data

A tibble to be converted

conversion_tibble

The conversion tibble

id_rhomis_dataset

The id of the project to be converted

Details

Rpackage file: DataReformatting.R


l-gorman/rhomis-R-package documentation built on Nov. 8, 2023, 6:46 a.m.