View source: R/03-calculate-indicators.R
calculate_indicators | R Documentation |
Calculate rhomis indicators. In order to calculate indicators, it is best to make sure that you have first extracted units. That you then verify prices and calories for products in the
calculate_indicators(
rhomis_data,
units_and_conversions,
prices,
calorie_conversions,
gender_categories
)
rhomis_data |
a rhomis dataset |
units_and_conversions |
A list of units and conversions |
prices |
A list of price conversions (mean price per kg) |
calorie_conversions |
A list of calorie conversions for different products |
gender_categories |
The different categories of people (e.g. male_youth, female_youth, male_adult, female_adult) |
Rpackage file: 03-calculate-indicators.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.