get_variables: Function to get appropriate RAM-OP indicator variable names...

View source: R/04-get_variables.R

get_variablesR Documentation

Function to get appropriate RAM-OP indicator variable names given a specified indicator set

Description

Function to get appropriate RAM-OP indicator variable names given a specified indicator set

Usage

get_variables(
  indicators = c("demo", "food", "hunger", "adl", "disability", "mental", "dementia",
    "health", "income", "wash", "anthro", "oedema", "screening", "visual", "misc")
)

Arguments

indicators

A character vector of indicator set names. Indicator set names are demo, food, hunger, disability, adl, mental, dementia, health, income, wash, anthro, screening, visual, and misc. Default is all indicator sets.

Value

A vector of variable names

Examples


get_variables(indicators = c("demo", "food"))


rapidsurveys/oldr documentation built on April 15, 2024, 11:18 a.m.