R/data.R

#' External Dataset 1.
#'
#' External Dataset 1 description.
#'
#' @format A data frame with five variables: \code{year}, \code{sex},
#'   \code{name}, \code{n} and \code{prop} (\code{n} divided by total number
#'   of applicants in that year, which means proportions are of people of
#'   that sex with that name born in that year).
#' @source \url{http://www.diamondse.info/}
"external_dataset1"

#' External Dataset 2.
#'
#' External Dataset 2 description.
#'
#' @format A data frame with 4 variables: \code{year}, \code{sex},
#'   \code{name} and \code{n} (\code{n} divided by total number
#'   of applicants in that year, which means proportions are of people of
#'   that sex with that name born in that year).
#'   #' @source \url{http://www.diamondse.info/}
"external_dataset2"
GitHunter0/Futilities2 documentation built on Dec. 31, 2020, 12:04 p.m.