Execute an SQL statement in a GeoPackage
gpkg_execute(x, statement, ..., silent = FALSE)A geopackage object
An SQLite statement
Additional arguments to RSQLite::dbExecute()
Used to suppress error messages, passed to try(). Default: FALSE.
Invisible result of RSQLite::dbExecute(); or try-error on error.