R/data.R

#' @importFrom data.table data.table
NULL

#' Girl Baby names.
#'
#' Full baby name data provided by the SSA. This includes all names with at
#' least 5 uses.
#'
#' @format A data.table with 2 variables: \code{types}, \code{counts},
"elem_girls"

#' Boy Baby names.
#'
#' Full baby name data provided by the SSA. This includes all names with at
#' least 5 uses.
#'
#' @format A data.table with 2 variables: \code{types}, \code{counts},
"elem_boys"

#' @import utils 
utils::globalVariables(c("elem_boys", "elem_girls"))
jstonge/zipfJuxtaposer documentation built on Jan. 18, 2022, 12:26 a.m.