Learn R Programming

rolap (version 2.5.1)

ft_num: Mortality Reporting System with numerical measures

Description

Selection of 20 rows from the 122 Cities Mortality Reporting System. Measures have been defined as integer values.

Usage

ft_num

Arguments

Format

A tibble.

Details

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.

See Also

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

Examples

Run this code
# 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`))

Run the code above in your browser using DataLab