R/data-londontube_edgelist.R

#' 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"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.