#' @keywords internal
#' @aliases place-package
"_PACKAGE"
globalVariables("city")
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
#' city
#'
#' Data frame of city
#'
#' 'name', 'lon', 'lat', 'country', 'pop', 'capital'
#'
#' Copied from maps package 'world.cities' with some renaming.
#'
#' @docType data
#' @name city
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.