Description Usage Arguments Examples
View source: R/time_map_to_sf.R
traveltime delivers results in parsed json - this script converts the geojson
to an sf
classed object.
1 | time_map_to_sf(time_map_data, return_list = FALSE)
|
time_map_data |
result from a call to |
return_list |
if FALSE (default), returns all results as a single
|
1 2 3 | library(traveltimeSF)
data(single_search)
time_map_to_sf(single_search)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.