R/data_cbsa_coord.R

#' 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"
GL-Li/mytoolbox documentation built on May 16, 2024, 4:29 p.m.