#' whereiam: Geolocation package and spherical trigonometry calculations
#'
#' Provides an interface to different geolocation web API and functions
#' for spherical trigonometry calculations on Earth.
#'
#' \tabular{ll}{
#' Package: \tab whereiam \cr
#' Version: \tab 0.0.6 \cr
#' License: \tab GPL-3 \cr
#' }
#'
#' @author Daniel Rodriguez Perez \email{daniel.rodriguez.perez@@gmail.com}
#'
#' @import RCurl
#' @import rjson
#'
#' @references
#' http://www.movable-type.co.uk/scripts/latlong.html
#'
#' http://www.movable-type.co.uk/scripts/latlong-vincenty.html
#'
#' http://en.wikipedia.org/wiki/Great-circle_distance
#'
#' @name whereiam-package
#' @aliases whereiam
#' @docType package
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.