us_baby_names | R Documentation |
Returns detailed data about the popularity of various baby names in the United States.
us_baby_names(type = "national", include_features = T)
type |
the type of data options include
|
include_features |
if 'TRUE' includes features about the popularity of the name by sex |
Includes access to national, state, and territorial data.
a 'tibble' or a nested 'tibble' if 'type' length exceeds 1
## Not run:
library(babynamer)
tbl_usa <- us_baby_names(type = "national")
tbl_state <- us_baby_names(type = "state")
tbl_territory <- us_baby_names(type = "territory")
us_baby_names <- us_baby_names(type = c("national","state", "territory"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.