View source: R/neon_export_db.R
standardize_export_names | R Documentation |
standardize export names
standardize_export_names(dir = file.path(neon_dir(), "parquet"))
dir |
directory to which parquet export is written. |
DUCKDB clobbers database filenames to avoid potentially incompatible characters. This is pretty unnecessary, so we can restore the original table names for use with S3-based remote access which assumes parquet files map to the desired table names (i.e. including product numbers.)
However, note that [neon_import_db()]
uses native duckdb functions
that assume the original mangled names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.