View source: R/fetch_hospital_admissions_data.R
fetch_hospital_admissions_data | R Documentation |
Fetch hospital admissions data from SIH
fetch_hospital_admissions_data( uf_acronym = "PI", year_start = 2020, year_end = 2021, month_start = 1, month_end = 12 )
uf_acronym |
UF acronym. Defaults to PI. |
year_start |
Start year. Numeric. |
year_end |
End year. Numeric. |
month_start |
Start month. Numeric. |
month_end |
End month. Numeric. |
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.