Description Usage Arguments Value Examples
View source: R/pts_latlon_to_sf.R
Coerce lat/lon points to sf
1 | pts_latlon_to_sf(.ds, .lat_var, .lon_var, .remove = TRUE)
|
.ds |
tibble of lat/lon pointsc, must have id column! |
.lat_var |
latitude variable |
.lon_var |
longitude variable |
sf object with points coerced to geometry
1 2 3 | \donotrun{
pts_latlon_to_sf(my_pts_tibble, lat, lon)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.