Learn R Programming

bodsr (version 0.1.0)

get_timetable_data: Extract line-level timetable data from all rows of the provided metadata table

Description

Extract line-level timetable data from all rows of the provided metadata table

Usage

get_timetable_data(timetable_metadata)

Value

returns list of timetable dataframes, with each dataframe corresponding to a row on the provided timetable metadata

Arguments

timetable_metadata

A single row of table metadata extracted using get_timetable_metadata()

Examples

Run this code

if (FALSE) {
#Before running these examples, ensure you have an API key saved
#Return the first 5 results of timetable metadata with no filters
metadata <- get_timetable_metadata(limit = 5)


}

Run the code above in your browser using DataLab