Description Usage Arguments Value Examples
pixel_walktimes extracts walking times for every pixel from a response object from a isochrone_esri call.
1 |
isochrone_esri |
a response object from a isochrone_esri call to the |
A data.frame (tibble::tibble) that contains:
walktime estimated walking times in seconds from the starting point to every pixel.
x x-coordinate of the pixel.
y y-coordinate of the pixel.
1 | isochrone_esri(x = 896488, y = 6006502, key = "abcd1234") %>% pixel_walktimes()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.