R/ggeocode.R

#' \code{ggeocode} package
#'
#' Call various geocoding services
#'
#'
#' @docType package
#' @name ggeocode
#' @importFrom dplyr %>%
#' @importFrom purrr %||%
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
alankjackson/ggeocode documentation built on March 16, 2020, 6:09 a.m.