#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.