pr_death_counts | R Documentation |
A data frame with Puerto Rico daily mortality counts 2015 to May 2018. This includes the day hurricanes Maria made 2017-09-20.
pr_death_counts
An object of class data.frame
.
date. Date of the count.
deaths. Number of deaths reported that day.
Puerto Rico Demographic Registry. Data was extracted from PDF provided in 'system.file("extdata", "RD-Mortality-Report_2015-18-180531.pdf", package = "dslabs")'
with(pr_death_counts, plot(date, deaths))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.