childMortality: UNICEF Childhood Mortality Data

childMortalityR Documentation

UNICEF Childhood Mortality Data

Description

A data set containing time series data by country for estimated under-5, infant, and neonatal mortality rates.

Usage

data(childMortality)

Format

A data frame with 28982 rows and 6 variables:

countryISO

two-letter country code

countryName

full name of country

continent

name of continent

category

type of mortality rate - infant_MR, child_MR, or under5_MR

year

year of estimate

estimate

estimated mortality rate

Source

https://childmortality.org

Examples

str(childMortality)


testDriveR documentation built on May 30, 2022, 1:06 a.m.