Extract the Eunomia database to CSV files

exportToCsv(
  outputFolder = file.path(getwd(), "csv"),
  connectionDetails = getEunomiaConnectionDetails()
)

Arguments

outputFolder

A folder where the CSV files will be written.

connectionDetails

Connection details for the Eunomia database. Defaults to a fresh Eunomia database.