R/geocodificationdoc.R

#' A package for connecting to Google Geocoding API
#'
#' @description The \code{geocodification} package provides an interface to connect with the \code{Google Geocoding API} with
#' functions that convert adresses into coordinates and vice versa.
#'
#' @details The package provides the following functions:
#' \itemize{
#'    \item \code{geocodification}: Google Geocoding API connector for an address
#' }

#'
#' @author \itemize{
#'      \item Alejandro Garcia - \url{https://github.com/Raikao}
#'      \item Ramon Laborda - \url{https://github.com/ramonlaborda}
#'    }
#'
#' @references Google Geocoding API - \url{https://developers.google.com/maps/documentation/geocoding/intro}
#'
#'@import RCurl rjson testthat shiny
#'
#' @docType package
#' @name lab5
"_PACKAGE"
ramonlaborda/lab5 documentation built on May 15, 2019, 1:24 p.m.