#' 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 5493 rows and 4 variables
#' @references
#' https://www.census.gov/topics/population/genealogy/data/1990_census/1990_census_namefiles.html
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.