apply_conversion_factor_to_columns_multiple_projects: Apply Conversion Factor to Columns Multiple Projects

View source: R/DataReformatting.R

apply_conversion_factor_to_columns_multiple_projectsR Documentation

Apply Conversion Factor to Columns Multiple Projects

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 mulptiple projects.

Usage

apply_conversion_factor_to_columns_multiple_projects(
  data,
  conversion_tibble,
  by_project = T
)

Arguments

data

A tibble to be converted

conversion_tibble

The conversion tibble

by_project

Whether or not to apply conversion factors by project be converted

Details

Rpackage file: DataReformatting.R


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