# we can grab the free bike status feed for portland,
# oregon's bikeshare program in several ways! the most
# straightforward way is just to supply the `city` argument
# as a string:
get_station_status(city = "biketown_pdx")
# the `city` argument can also be supplied as an
# actual URL to an active .json feed
get_station_status(city =
"https://gbfs.lyft.com/gbfs/1.1/pdx/en/station_status.json")
Run the code above in your browser using DataLab