write_gpkg | R Documentation |
Write to a geopackage file by writing to a temp file first and then copying to the specified destination.
write_gpkg(obj, dsn, overwrite = FALSE, ...)
obj |
object to write |
dsn |
character, the file to write to |
overwrite |
logical, overwite existing file? |
... |
other arguments passed to |
obj invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.