rws_export_gpkg | R Documentation |
Export all spatial datasets in a database as geopackages.
rws_export_gpkg(conn, dir, overwrite = FALSE)
conn |
A SQLiteConnection to a database. |
dir |
A string of the path to the directory to save the geopackages in. |
overwrite |
A flag specifying whether to overwrite existing geopackages. |
If more than one spatial column is present in a table, a separate geopackage will be exported for each, and the other spatial columns will be dropped.
An invisible named vector of the file names and new file names saved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.