powered by
Wrangle babynames data
make_babynames_dist()
a tbl_df similar to babynames
tbl_df
babynames
with a column for the estimated number of people alive in 2014.
BabynameDist <- make_babynames_dist() if (require(dplyr)) { BabynameDist %>% filter(name == "Benjamin") }
Run the code above in your browser using DataLab