dolt_dump | R Documentation |
Export data from a dolt database
dolt_dump(
format = c("sql", "csv", "json", "parquet"),
out = NULL,
overwrite = FALSE,
dir = Sys.getenv("DOLT_DIR", "doltdb")
)
format |
the export data format. One of |
out |
the location on-disk for export. In the case of |
overwrite |
whether to overwrite existing files/directories. |
dir |
path to dolt database on-disk |
the path(s) of exported files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.