#' Coordinates from a transportation route
#'
#' Data from a transportation route in coordinates longitude and laittude
#'
#' @docType data
#'
#' @usage data(route)
#'
#' @format An object of class \code{"data.frame"}.
#'
#' @keywords datasets
#'
#' @examples
#' data(route)
#' mean_route_longitude <- mean(route$lng)
#' \donttest{plot(route)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.