#' Extract from the American Community Survey (ACS).
#'
#' tibble with 10,000 person records from 5 states (CA, FL, IL, NY, TX)
#' from the 2013-2017 5-year ACS.
#'
#' @format A data frame with 10,000 rows and 17 variables. The most important
#' variables are described below. For details see ACS documentation at
#' \url{https://www2.census.gov/programs-surveys/acs/tech_docs/pums/data_dict/PUMS_Data_Dictionary_2013-2017.pdf}:
#' \describe{
#' \item{stabbr}{state postal abbreviation}
#' \item{pwgtp}{person weight}
#' \item{mar}{marital status 1=married, ..., 5=never married or under 15 years old}
#' \item{sex}{1=male, 2=female}
#' \item{agep}{age}
#' \item{incgroup}{income decile among individuals in the data}
#' \item{pincp}{personal income for the person}
#' \item{wagp}{wage income for the person}
#' ... other variables ending in p are income items per ACS documentation
#' (otherincp is calculated as the difference between pincp and other income
#' items).
#' }
#' @source \url{https://www.census.gov/programs-surveys/acs/}
"acs"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.