#' bay county tract demographics
#'
#' Data by race for each tract in bay County, Californai.
#'
#' @source U.S. Census Bureau, 2010 tables P005001, P005003:P005006, P005010. Compiled with tidycensus prackage.
#' @format A data frame with columns:
#' \describe{
#' \item{fips}{U.S. tract FIPS code}
#' \item{total_pop}{Total tract population in 2010}
#' \item{county}{County name and year}
#' \item{asian,black,hispanic,white,all_other}{Columns by race/ethnicity. All races except hispanic exclude hispanics (i.e. white_2010 is the subset of non-hispanic white people.)}
#' }
#' @examples
#' \dontrun{
#' bay_race
#' }
"bay_race"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.