Creates a copy of the default (GiBleed) Eunomia database, and provides details for connecting to that copy. Function provides backwards compatibility to prior releases of Eunomia default (GiBleed) dataset
Usage
getEunomiaConnectionDetails(
databaseFile = tempfile(fileext = ".sqlite"),
dbms = "sqlite",
overwrite = FALSE
)
Arguments
- databaseFile
The path where the database file will be copied to. By default, the database will be copied to a temporary folder, and will be deleted at the end of the R session.
- dbms
The target dialect, by default "sqlite".
- overwrite
Control whether the existing archive file will be overwritten should it already exist.