gpkg_execute | R Documentation |
Execute an SQL statement in a GeoPackage
gpkg_execute(x, statement, ..., silent = FALSE)
x |
A geopackage object |
statement |
An SQLite statement |
... |
Additional arguments to |
silent |
Used to suppress error messages, passed to |
Invisible result of RSQLite::dbExecute()
; or try-error
on error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.