#' State center coordinates
#'
#' Extract from 2019 5-year ACS and manually moved some states
#'
#' @docType data
#'
#' @usage data("state_center_raw")
#'
#' @format A data.table with 51 rows and three variable:
#' \describe{
#' \item{state}{postal code of state such as "CA" and "TX"}
#' \item{lon}{longitude, directly from ACS data}
#' \item{lat}{latitude, directly from ACS data}
#' \item{lon1}{longitude, shift some states for text label}
#' \item{lat1}{latitude, shift some states for text label}
#' \item{lon2}{longitude, shift some states for line label}
#' \item{lat2}{latitude, shift some states for line label}
#' }
#'
#' @keywords datasets
#'
#'
#'
"state_center_raw"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.