R/freq_first_names.R

#' Frequent U.S. First Names
#'
#' A dataset containing frequent first names based on the 1990 U.S. census.
#'
#' @details
#' \itemize{
#'   \item Name. A first name
#'   \item prop. The proportion within the sex
#'   \item sex. The sex corresponding to the name
#' }
#'
#' @docType data
#' @keywords datasets
#' @name freq_first_names
#' @usage data(freq_first_names)
#' @format A data frame with 5494 rows and 3 variables
#' @references
#' https://www.census.gov/topics/population/genealogy/data/1990_census/1990_census_namefiles.html
NULL

Try the lexicon package in your browser

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

lexicon documentation built on May 2, 2019, 1:42 p.m.