Learn R Programming

healthbR (version 0.2.0)

sinan_diseases: List Available SINAN Diseases

Description

Returns a tibble with all notifiable diseases (agravos) available in SINAN, including codes, names, and descriptions.

Usage

sinan_diseases(search = NULL)

Value

A tibble with columns: code, name, description.

Arguments

search

Character. Optional search term to filter diseases by code, name, or description. Case-insensitive and accent-insensitive.

See Also

Other sinan: sinan_cache_status(), sinan_clear_cache(), sinan_data(), sinan_dictionary(), sinan_info(), sinan_variables(), sinan_years()

Examples

Run this code
sinan_diseases()
sinan_diseases(search = "dengue")
sinan_diseases(search = "sifilis")

Run the code above in your browser using DataLab