R/freq_last_names.R

#' Frequent U.S. Last Names
#'
#' A dataset containing frequent last names based on the 1990 U.S. census.
#'
#' @details
#' \itemize{
#'   \item Surname. A last name
#'   \item prop. The proportion
#' }
#'
#' @docType data
#' @keywords datasets
#' @name freq_last_names
#' @usage data(freq_last_names)
#' @format A data frame with 14,840 rows and 2 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.