Skip to contents

process_sinan_leishmaniose_tegumentar() is retained for backward compatibility. New code should call process_sinan() with information_system = "SINAN-LEISHMANIOSE-TEGUMENTAR".

Usage

process_sinan_leishmaniose_tegumentar(data, municipality_data = TRUE)

Arguments

data

A data frame returned by fetch_datasus() for a supported SINAN file family, or another data frame with a compatible layout.

municipality_data

Logical scalar. If TRUE, add municipality names and available territorial attributes. The historical MUNICIPIO field is preferred when present, followed by residence and notification fields.

Value

The tibble returned by process_sinan().

See also

Examples

if (FALSE) { # interactive() && curl::has_internet()
process_sinan_leishmaniose_tegumentar(
  sinan_leishmaniose_tegumentar_sample
)
}