getEunomiaConnectionDetails | R Documentation |
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"
)
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". |
A ConnectionDetails object, to be used with the DatabaseConnector
package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.