ft_num | R Documentation |
Selection of 20 rows from the 122 Cities Mortality Reporting System. Measures have been defined as integer values.
ft_num
A tibble
.
The original dataset covers from 1962 to 2016. For each week, in 122 US cities, mortality figures by age group and cause, considered separately, are included. In the cause, only a distinction is made between pneumonia or influenza and others.
mrs_cause_schema
Other mrs example data:
ft_age_rpd
,
ft_age
,
ft_cause_rpd
,
ft
,
mrs_db_geo
,
mrs_db
,
mrs_ft_new
,
mrs_ft
# The operations to obtain it from the `ft` data set are:
ft_num <- ft |>
dplyr::mutate(`Pneumonia and Influenza Deaths` = as.integer(`Pneumonia and Influenza Deaths`)) |>
dplyr::mutate(`All Deaths` = as.integer(`All Deaths`))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.