UK Baby Names

This package contains two datasets provided by the UK Office of National Statistics:

It is inspired by Hadley Wickham’s babynames package.

Installation

CRAN Build Status codecov.io Downloads

ukbabynames is on CRAN. To install the latest version, simply use:

install.packages("ukbabynames")

To install the latest development version of ukbabynames from GitHub:

# latest (potentially unstable) version from GitHub
if (!require("ghit")) {
    install.packages("ghit")
}
ghit::install_github("leeper/ukbabynames")