View source: R/03-calculate-indicators.R
calculate_indicators_local | R Documentation |
Calculate all of the Local Indicators
calculate_indicators_local(
base_path = "./",
file_path,
id_type = c("string", "column"),
proj_id,
form_id,
gender_categories = pkg.env$gender_categories,
unique_id_col = "_uuid",
hh_id_col = NULL,
overwrite = F
)
base_path |
Tha folder where the analysis is being conducted |
file_path |
The direct file path to the indicator file |
id_type |
The type of ID being provided ("string" or "column") |
proj_id |
The project id string or column name |
form_id |
The form id string or column name |
gender_categories |
The gender categories to examine |
unique_id_col |
The column containing unique household ids |
hh_id_col |
The column containing household ids to use, could be the same as unique_id_col. Household IDs can be linked to older longitudinal surveys when merging datasets. |
overwrite |
Whether or not to overwrite household ids |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.