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()