BirthDeathRates_df | R Documentation |
This dataset, BirthDeathRates_df, is a data frame containing data on human birth and death rates in India over the 20th century. It includes the year, birth rate, and death rate for each recorded period.
data(BirthDeathRates_df)
A data frame with 27 observations and 3 variables:
Year of observation (factor)
Birth rate (numeric)
Death rate (numeric)
The dataset name has been kept as 'BirthDeathRates_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the gpk package version 1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.