R/girls_2013.R

#' Most popular girls' first names in Scotland in 2013
#' 
#' Information on the 100 most popular first names given 
#' to girls whose births were registered in Scotland in 2013
#' 
#' @name girls_2013
#' @docType data
#' @usage data(girls_2013)
#' @return A data frame with 100 rows and 2 variables.
#' @note The  data set contains the following fields:
#' \describe{
#' \item{name.}{First name.}
#' \item{number_babies.}{Number registered births.}}
#' @references Credit: This data set was constructed from 
#' information at at \url{http://www.gro-scotland.gov.uk/statistics/theme/vital-events/births/popular-names/index.html}
#' @keywords datasets
#' @examples
#' data(girls_2013)
NULL

Try the nclRintroduction package in your browser

Any scripts or data that you put into this service are public.

nclRintroduction documentation built on May 2, 2019, 4:46 p.m.