exportDataFiles | R Documentation |
Helper function to export data to csv or parquet files from a database file (sqlite or duckdb).
exportDataFiles(
dbPath,
outputFolder,
outputFormat = "csv",
dbms = "sqlite",
verbose = FALSE
)
dbPath |
The path to the source .sqlite or .duckdb file |
outputFolder |
The path to the export destination directory |
outputFormat |
The output format for the files. Supported formats include csv, parquet. |
dbms |
The file-based database system to use: 'sqlite' (default) or 'duckdb' |
verbose |
Boolean argument controlling verbose debugging output |
No return value, called to export to outputFolder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.