make_babynames_dist | R Documentation |
Wrangle babynames data
make_babynames_dist()
a tibble::tbl_df similar to babynames::babynames with a column for the estimated number of people alive in 2014.
BabynameDist <- make_babynames_dist()
if (require(dplyr)) {
BabynameDist |>
filter(name == "Benjamin")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.