This dataset, india_dengue_tbl_df, is a tibble containing state and union territory-wise annual dengue/DHF (Dengue Hemorrhagic Fever) cases and deaths in India since 2017.
Usage
data(india_dengue_tbl_df)
Format
A tibble with 432 observations and 5 variables:
- area
Character vector indicating the State or Union Territory
- type
Character vector indicating whether the entry refers to 'cases' or 'deaths'
- year
Character vector indicating the year of observation
- additional_information
Character vector providing supplemental information
- value
Numeric vector indicating the number of cases or deaths
Details
The dataset name has been kept as 'india_dengue_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the infectiousR package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble (enhanced data frame). The original content has not been modified in any way.