sf_GPKG | R Documentation |
Quick overwrite GPKG file
sf_GPKG(x, path = NULL, overwrite = TRUE)
x |
An sf object |
path |
Path for file as a string with folders created as required.
When |
overwrite |
The purpose of this function is to facilitate overwriting GPKG files. However, in some situations, it may be best to change this switch to FALSE for a prompt. If overwrite is rarely the desired outcome, use the default sf::st_write function. |
A GPKG file with the same name as x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.