BabyNames | R Documentation |
The US Social Security Administration provides yearly lists of names given to babies. These data combine the yearly lists.
'BabyNames' is the raw data from the SSA. The case is a year-name-sex, for example: Jane F 1922. The count is the number of children of that sex given that name in that year. Names assigned to fewer than five children of one sex in any year are not listed, presumably out of privacy concerns.
data("BabyNames")
A data frame with 1,792,091 entries on four variables:
The given name (character string)
F or M (character string)
The number of babies given that name and of that sex. (integer)
Year of birth (integer)
The data were compiled from the US Social Security Administration web site: http://www.ssa.gov/oact/babynames/names.zip
data(BabyNames) str(BabyNames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.