#' Blue bike station data
#'
#' A dataset that includes identification, position, and other basic information about bluebike stations
#'
#' @format A data frame of 423 rows and 8 columns
#' \describe{
#' \item{number}{Station ID}
#' \item{name}{Station name}
#' \item{latitude}{Latitude of the station}
#' \item{longitude}{Longitude of the station}
#' \item{district}{District of the station}
#' \item{public}{Character vector showing if a station is public}
#' \item{total_docks}{The number of docks at each station}
#' \item{deployment_year}{The year that the station was put into work}
#' }
#' @source The original source of the data are bluebikes system data retrieved from <https://www.bluebikes.com/system-data>
"station_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.