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