#' London Tube network edgelist
#'
#' Edgelist of network of London Tube/Underground stations
#'
#' @format A dataframe with 406 rows and 4 variables:
#' \describe{
#' \item{from}{Station ID}
#' \item{to}{Station ID}
#' \item{line}{Name of line connecting stations}
#' \item{linecolor}{Official color of line connecting stations}
#' }
#'
#' @examples
#' londontube_edgelist
"londontube_edgelist"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.