#' MN niceride station locations
#'
#' Data from MN niceride in 2017 on station locations (lat/lon) as well as the total number of docks available.
#'
#'
#' @docType data
#'
#' @usage data(station_locations)
#'
#' @format A data frame with 202 rows and 5 variables:
#' \describe{
#' \item{number}{station id}
#' \item{name}{station name}
#' \item{latitude}{}
#' \item{longitude}{}
#' \item{total_docks}{number of bike docks at each station}
#' }
#'
#'
#' @keywords datasets
#'
#' @references MN niceride https://www.niceridemn.com/system-data
#'
#' @source \href{https://www.kaggle.com/brendanhasz/nice-ride-mn-2017/downloads/nice-ride-mn-2017.zip/2}{Nice Ride Minnesota 2017}
#'
"station_locations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.