View source: R/neon_export_db.R
neon_export_db | R Documentation |
Export your current database. This can be important to (1) archive and share your database files with another user or machine, (2) expose your database using an S3 bucket using neon_remote_db(), (3) assist in upgrading your duckdb version.
neon_export_db(dir = file.path(neon_dir(), "parquet"), db = neon_db())
dir |
directory to which parquet export is written. |
db |
Connection to your local NEON database |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.