This dataset is deprecated as of version 0.2.0 and will be removed in future versions. Live births data is now integrated directly in RI datasets:
dummy_monthly_ri_data for monthly births
dummy_yearly_ri_data for yearly births
Format
A data frame with 600 rows and 3 columns:
- dist_code
[factor]District unique identifier.- year
[integer]Year live births were recorded.- live_births
[integer]Number of live births.
Details
Migration Guide
For backward compatibility, you can still use this dataset with config_pviem(),
but consider updating to the new format:
# Old approach (deprecated)
ri_data <- dummy_ri_data
births_data <- dummy_live_births
# New approach (recommended)
ri_data <- dummy_yearly_ri_data # includes live_births column