fatalities | R Documentation |
This data set includes weekly fatalities in Austria from 2000 to 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.
Previous versions of the package employed a slightly smaller version of the data set. Since version 1.2-6 of the package the data also includes the last seven weeks from 2020 (2020-47 to 2020-53) plus small corrections for the earlier weeks in 2020 and the addition of two previously missing weeks (2004-42 and 2014-20).
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.