write_track: Write a track to file

View source: R/track.R

write_trackR Documentation

Write a track to file

Description

Write a track to file

Usage

write_track(x, filename = "track.geojson", overwrite = TRUE, crs = 4326, ...)

Arguments

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 write_sf

Value

the input object


BigelowLab/fvcom documentation built on Nov. 8, 2024, 2:24 p.m.