calculate_indicators_local: Calculate all of the Local Indicators

View source: R/03-calculate-indicators.R

calculate_indicators_localR Documentation

Calculate all of the Local Indicators

Description

Calculate all of the Local Indicators

Usage

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
)

Arguments

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


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