| as_tibble.sfg | R Documentation | 
Individual geometries as tibbles.
## S3 method for class 'sfg'
as_tibble(
  x,
  ...,
  .rows = NULL,
  .name_repair = c("check_unique", "unique", "universal", "minimal"),
  rownames = pkgconfig::get_config("tibble::rownames", NULL)
)
| x | sf geometry of type sfg | 
| ... | Unused, for extensibility. | 
| .rows | The number of rows, useful to create a 0-column tibble or just as an additional check. | 
| .name_repair | Treatment of problematic column names: 
 This argument is passed on as  | 
| rownames | How to treat existing row names of a data frame or matrix: 
 Read more in rownames. | 
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.