create_op_all: Create older people indicators dataframe from survey data...

View source: R/01-opIndicators.R

create_op_allR Documentation

Create older people indicators dataframe from survey data collected using the standard RAM-OP questionnaire.

Description

Create older people indicators dataframe from survey data collected using the standard RAM-OP questionnaire.

Usage

create_op_all(
  svy,
  indicators = c("demo", "food", "hunger", "disability", "adl", "mental", "dementia",
    "health", "income", "wash", "anthro", "oedema", "screening", "visual", "misc"),
  gender = c("m", "f")
)

Arguments

svy

A dataframe collected using the standard RAM-OP questionnaire

indicators

A character vector of indicator names

gender

Either an "m" for male or "f" for female; Whether to report indicators for males or females. If unspecified (default), both are reported.

Value

A tibble of older people indicators

Examples


create_op_all(svy = testSVY)


validmeasures/ramOP documentation built on April 18, 2024, 1:04 a.m.