R/admin_location.R

#' Admin1 location look_up table
#' 
#' This is a dataset with longitude and latitude of admin1 
#' 
#' @format A data frame with 3320 rows and 5 variables:
#' \describe{
#' \item{ISO}{ISO 3166-1 alpha-3 country code}
#' \item{Country}{country name}
#' \item{admin_name}{name of administrative division}
#' \item{long}{longitude of admin1}
#' \item{lat}{latitude of admin1}
#' }
#' 
#' @references
#' \url{https://gadm.org/download_world.html}
#' 
"admin_location"
HopkinsIDD/hitRcovid documentation built on April 26, 2021, 4:48 a.m.