#' CBSA name and coordinates
#'
#' Extract from 2019 tiger shape files
#'
#' @docType data
#'
#' @usage data("cbsa_coord")
#'
#' @format A data.table with 938 rows and 4 variable:
#' \describe{
#' \item{msa_fips}{CBSA FIPS}
#' \item{msa}{CBSA name}
#' \item{lon}{longitude}
#' \item{lat}{latitude}
#' }
#'
#' @keywords datasets
#'
#'
#'
"cbsa_coord"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.