Nothing
#' @importFrom tibble tibble
NULL
#' State Abbreviations, Names, and Regions/Divisions
#'
#' A simple data set from \code{state.abb}, \code{state.name}, \code{state.region}, and
#' \code{state.division} (+ District of Columbia). I'd rather just have all these
#' in one place.
#'
#' @format A data frame with 51 observations on the following 4 variables.
#' \describe{
#' \item{\code{stateabb}}{the state abbreviation}
#' \item{\code{statename}}{the state's name}
#' \item{\code{region}}{the state's Census region}
#' \item{\code{division}}{the state's Census division}
#' }
#'
"usa_states"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.