Nothing
#' Origin-Destination Taxi data
#'
#' The data frame contains the 452,166 trips collected for the months of March (2014 to 2016), July (2014 to 2016), and November (2014 and 2015). The data points are the taxi's initial and ending location based on latitude and longitude.
#'
#' @format A data frame with 452,166 rows and 4 variables:
#' \describe{
#' \item{OriginLatitude}{Origin latitude dimension}
#' \item{OriginLongitude}{Origin longitude dimension}
#' \item{DestinationLatitude}{Destination latitude dimension}
#' \item{DestinationLongitude}{Destination longitude dimension}
#' ...
#' }
#' @source Fantaxico, Fermanti Servicios de IngenierĂa S.A, Santiago, Chile.
#' @usage data(ODMeansTaxiData)
"ODMeansTaxiData"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.