#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.