make_babynames_dist {mdsr}R Documentation

Wrangle babynames data

Description

Wrangle babynames data

Usage

make_babynames_dist()

Value

a tbl_df similar to babynames with a column for the estimated number of people alive in 2014.

Examples


BabynameDist <- make_babynames_dist()
if (require(dplyr)) {
  BabynameDist %>%
    filter(name == "Benjamin")
}

[Package mdsr version 0.2.7 Index]