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.
Line
A factor with 10 levels, one for each London tube line
Month
A numeric vector indicating the month of the observation
Scheduled
A numeric vector giving the scheduled running time
Excess
A numeric vector giving the excess running time
TOTAL
A numeric vector giving the total running time
Opened
A numeric vector giving the year the line opened
Length
A numeric vector giving the line length
Type
A factor indicating the type of tube line
Stations
A 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"