Description Usage Arguments Value Examples
The stop_flatten helper-function flattens JSON from [Winnipeg Transit API v3](https://api.winnipegtransit.com/home/api/v3) into a tidy format. For use with rjson::fromJSON.
1 |
list |
is the result of the list that results form parsing the Transit stops JSON data into R. |
A flattend dataframe containing stops data.
1 2 3 4 5 6 | ## Not run:
stop_flatten(
rjson::fromJSON(<API_call_string>)
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.