get_stops: Extract walking times to nearby public transportation stops

Description Usage Arguments Details Value References Examples

Description

get_stops processses a response object from a pubtrans_ch_nearby call to the walkalytics pubtrans API. Returns the nearby public tansportation stops, ordered by walking time.

Usage

1

Arguments

pubtrans_ch_nearby

a response object from a pubtrans_ch_nearby call to the walkalytics pubtrans API.

Details

To get an API key, you need to register at https://dev.walkalytics.com/signin. With the free starter account, you can make up to 100 calls a week to the API.

Value

A data.frame (tibble::tibble) that contains:

References

Walkalytics API documentations

Examples

1
pubtrans_ch_nearby(x = 8.05, y = 47.3, key = "abcd1234") %>% get_stops()

walkalytics documentation built on May 2, 2019, 7:02 a.m.