powered by
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") }
Run the code above in your browser using DataLab