Learn R Programming

healthbR (version 0.2.0)

pof_registers: List POF registers

Description

Returns information about the data registers available in the POF.

Usage

pof_registers(year = "2017-2018", health_only = FALSE)

Value

A tibble with register names and descriptions.

Arguments

year

Character. POF edition (e.g., "2017-2018"). Default is "2017-2018".

health_only

Logical. If TRUE, returns only health-related registers. Default is FALSE.

See Also

Other pof: pof_cache_status(), pof_clear_cache(), pof_data(), pof_dictionary(), pof_info(), pof_variables(), pof_years()

Examples

Run this code
pof_registers()
pof_registers("2017-2018", health_only = TRUE)

Run the code above in your browser using DataLab