powered by
save_png decodes a base64-encoded PNG of a response object from a isochrone_png call and saves it to file.
save_png
save_png(isochrone_png, file = "isochrone.png")
a response object from a isochrone_png call to the walkalytics isochrone API.
walkalytics
character vector, containing file name or path
# NOT RUN { isochrone_png(x = 896488, y = 6006502, key = "abcd1234") %>% save_png(tempfile(pattern = "file", fileext = ".png")) # }
Run the code above in your browser using DataLab