Learn R Programming

healthbR (version 0.2.0)

sipni_dictionary: SI-PNI Data Dictionary

Description

Returns a tibble with the data dictionary for the SI-PNI FTP data (1994--2019), including variable descriptions and category labels.

Usage

sipni_dictionary(variable = NULL)

Value

A tibble with columns: variable, description, code, label.

Arguments

variable

Character. If provided, returns dictionary for a specific variable only. Default: NULL (returns all variables).

Details

The dictionary covers FTP data variables (DPNI/CPNI, 1994--2019). API microdata (2020+) has description fields embedded in the data itself (e.g., descricao_vacina, nome_raca_cor_paciente), so a separate dictionary is not needed.

See Also

Other sipni: sipni_cache_status(), sipni_clear_cache(), sipni_data(), sipni_info(), sipni_variables(), sipni_years()

Examples

Run this code
sipni_dictionary()
sipni_dictionary("IMUNO")
sipni_dictionary("DOSE")

Run the code above in your browser using DataLab