Checks a SQLite database.
DBtestSQLite(
SQLitefn = NULL,
gpkg = FALSE,
dbconnopen = FALSE,
outfolder = NULL,
showlist = TRUE,
returnpath = TRUE,
createnew = TRUE,
stopifnull = FALSE,
overwrite = TRUE
)
Character string containing the path to the SQLite database of interest.
String. Name of SQLite database (*.sqlite).
Logical. If TRUE, Sqlite geopackage database.
Logical. If TRUE, the dbconn connection is not closed.
String. Optional. Name of output folder. If NULL, export to working directory.
Logical. If TRUE, shows list of tables in database.
Logical. If TRUE, returns full path to SQLite file name. If FALSE, returns SQLitefn.
If TRUE, creates new SQLite database.
Logical. If TRUE, stops if SQLite database doesn't exist.
Logical. If TRUE, overwrites data.
Tracey S. Frescino