getTScities {walkscoreAPI} | R Documentation |
List Cities With Transit Score Support
Description
A function to list cities supported by Transit Score.
Usage
getTScities(key)
Arguments
key |
Your Walk Score API key (string) |
Value
Prints a list of all cities currently supported by Transit Score.
Note
Visit www.walkscore.com for information on Walk Score and to obtain an API key
Author(s)
John Whalen
References
http://www.walkscore.com/professional/public-transit-api.php
See Also
Examples
## Not run:
getTScities("your key")
## End(Not run)
[Package walkscoreAPI version 1.2 Index]