#' @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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.