R/opencage-package.R

#' opencage: Geocode with the OpenCage API.
#'
#' Geocode with the OpenCage API, either from place name to longitude and
#' latitude (forward geocoding) or from longitude and latitude to the name and
#' address of a location (reverse geocoding), see <https://opencagedata.com/>.
#'
#' @docType package
#' @name opencage
#' @importFrom rlang .data
"_PACKAGE"

utils::globalVariables(c("countrycodes"))

Try the opencage package in your browser

Any scripts or data that you put into this service are public.

opencage documentation built on Feb. 20, 2021, 1:06 a.m.