checkTSsupport: Check Transit Score Support

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/checkTSsupport.R

Description

A function to check if a city of interest is among the cities supported by the Transit Score.

Usage

1
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

getTScities

Examples

1
2
3
4
## Not run: 
checkTSsupport("Buffalo","NY","your key")

## End(Not run)

ajinkyaghorpade/walkscoreAPI documentation built on May 16, 2019, 6:42 p.m.