Learn R Programming

healthbR (version 0.2.0)

pof_info: Get POF survey information

Description

Returns metadata about the POF survey edition including available health modules and sampling design information.

Usage

pof_info(year = "2017-2018")

Value

A list with survey metadata (invisibly).

Arguments

year

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

See Also

pof_years, pof_data

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

Examples

Run this code
pof_info()
pof_info("2017-2018")
pof_info("2008-2009")

Run the code above in your browser using DataLab