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
getEunomiaConnectionDetails(
databaseFile = tempfile(fileext = ".sqlite"),
dbms = "sqlite"
)
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.
The target dialect, by default "sqlite".
A ConnectionDetails object, to be used with the DatabaseConnector
package.