R/RAP.R

#' A package for connecting to Google Geocoding API
#'
#' @description The \code{RAPI} 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{geocodeBylatlng}: Get google address according to specific x, y  entered by user
#'    \item \code{getAddressInfoByLocation}: Get google x, y according to specific address and valid API key
#' }

#'
#' @author \itemize{
#'      \item Nour Qweder - \url{https://github.com/nourqweder}
#'      \item Young Lee - \url{https://github.com/nourqweder}
#'      \item Samia Butt - \url{https://github.com/nourqweder}
#'    }
#' 
#' @references Google Geocoding API - \url{https://developers.google.com/maps/documentation/geocoding/intro}
#'
#'
#' @docType package
#' @name RAPI
"_PACKAGE"
nourqweder/RAPI documentation built on April 24, 2020, 6:21 p.m.