Description Usage Arguments Value
View source: R/traviz-methods.R
Convert trajectory data frame in or lat long format to sf
1 | geodata_to_sf(df, identifier, lon_col, lat_col)
|
df |
A trajectory data frame with a geometry column or in lat long format |
identifier |
Unique identifier to group data frame by |
lon_col |
optional parameter for name of longitude column |
lat_col |
optional parameter for name of latitude column |
A nested data frame in sf format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.