## code to prepare `sinan_leishmaniose_visceral_sample` dataset goes here
sinan_leishmaniose_visceral_sample <- fetch_datasus(
year_start = 2023,
year_end = 2023,
information_system = "SINAN-LEISHMANIOSE-VISCERAL"
) %>%
head(100)
usethis::use_data(sinan_leishmaniose_visceral_sample, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.