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.
data(india_dengue_tbl_df)
A tibble with 432 observations and 5 variables:
Character vector indicating the State or Union Territory
Character vector indicating whether the entry refers to 'cases' or 'deaths'
Character vector indicating the year of observation
Character vector providing supplemental information
Numeric vector indicating the number of cases or deaths
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.