fatalities | R Documentation |
This data set includes weekly fatalities in Austria from 2000 to 46 weeks in 2020. The data is taken from the Eurostat data base.
data("fatalities")
The fatalities
data contains the following variables:
Integer, the number of fatalities.
Integer, the corresponding year fatalities are recorded.
Integer, the corresponding week fatalities are recorded..
Eurostat Database (2020). Population and social conditions, demography and migration, mortality, weekly deaths, deaths by week and NUTS 3 region, Austria https://ec.europa.eu/eurostat/
data("fatalities")
plot(num ~ week, data = fatalities)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.