| tube_data {ascentTraining} | R Documentation |
London Tube Performance data
Description
London Tube Performance data
Usage
tube_data
tubeData
Format
A data frame with 1050 observations on the following 9 variables.
LineA factor with 10 levels, one for each London tube line
MonthA numeric vector indicating the month of the observation
ScheduledA numeric vector giving the scheduled running time
ExcessA numeric vector giving the excess running time
TOTALA numeric vector giving the total running time
OpenedA numeric vector giving the year the line opened
LengthA numeric vector giving the line length
TypeA factor indicating the type of tube line
StationsA numeric vector giving the number of stations on the line
Details
This dataset has be renamed using tidyverse-style snake_case naming conventions. However the original name of the dataset has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).
Source
This data was taken from "https://data.london.gov.uk/dataset/tube-network-performance-data-transport-committee-report"