add_gendered_indicator: Add Gendered indicator

View source: R/MetaData.R

add_gendered_indicatorR Documentation

Add Gendered indicator

Description

Add Gendered indicator

Usage

add_gendered_indicator(
  indicator_list,
  gendered_list = c("male_youth", "male_adult", "female_youth", "female_adult"),
  indicator_name = "male_youth_crop_consumed_kg_per_year",
  file,
  description,
  output_format,
  individual_columns_required = list(),
  loop_columns_required = list(),
  conversion_tables_required = list(),
  api_data_required = list(),
  indicators_required = list(),
  function_calculated = "crop_gender_calculations"
)

Arguments

indicator_list

The Existing list of indicators

gendered_list

List of gender categories

indicator_name

The name of the new indicator (without gender prefix),

file

The file where this indicator can be found

description

A description of the indicator

output_format

The shape of the indicator (column, loop or table)

individual_columns_required

Which individual columns are required (directly) for the RHoMIS dataset

loop_columns_required

Which looped columns are required

conversion_tables_required

Which conversion tables are required

api_data_required

Which api connection data is required

indicators_required

Other indicators which are required to calculate this one

function_calculated

The function where this indicator is calculated


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