checkTSsupport {walkscoreAPI} | R Documentation |
Check Transit Score Support
Description
A function to check if a city of interest is among the cities supported by the Transit Score.
Usage
checkTSsupport(city, state, key)
Arguments
city |
name of city of interest (string) |
state |
postal abbreviation of city's state (string) |
key |
your Walk Score API key (string) |
Details
Transit Score only works in select cities.
Value
TRUE if city is supported, FALSE otherwise
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:
checkTSsupport("Buffalo","NY","your key")
## End(Not run)
[Package walkscoreAPI version 1.2 Index]