Description Usage Arguments Value Examples
A function that returns an sf object with metadata columns contained in a nested tibble (by row).
| 1 | st_nest_sf(x)
 | 
| x | an  | 
an sf object with metadata columns contained in a nested tibble (by row).
| 1 2 3 4 5 6 7 | library(sf)
nc <- st_read(system.file("gpkg/nc.gpkg", package = "sf"), quiet = TRUE)
## Not run: 
  st_nest_sf(nc)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.