Learn R Programming

walkscoreAPI (version 1.2)

checkTSsupport: 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)

Value

Details

Transit Score only works in select cities.

References

http://www.walkscore.com/professional/public-transit-api.php

See Also

getTScities

Examples

Run this code
## Not run: 
# checkTSsupport("Buffalo","NY","your key")
# ## End(Not run)

Run the code above in your browser using DataLab