write_track | R Documentation |
Write a track to file
write_track(x, filename = "track.geojson", overwrite = TRUE, crs = 4326, ...)
x |
sf track object |
filename |
character, the filename to write to |
overwrite |
logical, if TRUE overwrite existing file |
crs |
NA or crs-castable object (like 4326). If not NA then transform to the crs just before writing. (geojson only accepts 4326-ish) |
... |
other arguments for |
the input object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.