#' babynamer
#'
#' Tools to access baby name data
#'
#' @name babynamer
#' @docType package
#' @author Alex Bresler (abresler@@asbcllc.com)
#' @import dplyr
#' @importFrom curl curl_download
#' @importFrom lubridate ymd
#' @importFrom glue glue
#' @importFrom memoise memoise
#' @importFrom purrr possibly map_dfr
#' @importFrom readr read_csv col_character col_double
#' @importFrom xml2 read_html
#' @importFrom tidyr nest
#' @importFrom rvest html_nodes html_attr
#' @importFrom stringr str_to_upper str_to_lower str_c str_detect str_remove_all
#' @importFrom tibble tibble
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.