Skip to content

An R package contain all baby names data from the SSA

Notifications You must be signed in to change notification settings

wharton-data-analytics/babynames

 
 

Repository files navigation

babynames

Travis-CI Build Status

Overview

This package contains three datasets provided by the USA Social Security Administration:

It also includes the following data set from the US Census:

Usage

Install it from github with:

if(!require(devtools)) {
  install.packages(devtools)
}
devtools::install_github("wharton-data-analytics/babynames")

Then, you can do:

baby_names <- babynames::babynames
head(baby_names)

Alternatively, if you look under data-raw/csv in this repository, you will find the raw csv files for this dataset, if you want to analyze this data with a different environment.

Babynames csv: https://cdn.rawgit.com/wharton-data-analytics/babynames/3192856738dee4a91bfc7d320355daa5ae428c17/data-raw/csv/babynames.csv

About

An R package contain all baby names data from the SSA

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%