load_parquet | R Documentation |
Function to read data from a parquet file data_dir/schema/table_name.parquet into a table in the DuckDB database at conn.
load_parquet(conn, table, schema = "", data_dir = Sys.getenv("DATA_DIR"))
conn |
DuckDB connection |
table |
Name of table to be loaded |
schema |
Database schema for table |
data_dir |
Directory for data repository |
Remote data frame in conn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.