powered by
Extract line-level timetable data from all rows of the provided metadata table
get_timetable_data(timetable_metadata)
returns list of timetable dataframes, with each dataframe corresponding to a row on the provided timetable metadata
A single row of table metadata extracted using get_timetable_metadata()
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