View source: R/get_timetable_data.R
get_timetable_data | R Documentation |
Extract line-level timetable data from all rows of the provided metadata table
get_timetable_data(timetable_metadata)
timetable_metadata |
A single row of table metadata extracted using get_timetable_metadata() |
returns list of timetable dataframes, with each dataframe corresponding to a row on the provided timetable metadata
## Not run: #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) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.