View source: R/read_parquet_duckdb.R
read_parquet_duckdb | R Documentation |
read_parquet_duckdb()
reads a Parquet file using DuckDB's read_parquet()
table function.
read_parquet_duckdb(
path,
...,
prudence = c("thrifty", "lavish", "stingy"),
options = list()
)
path |
Path to files, glob patterns |
... |
These dots are for future extensions and must be empty. |
prudence |
Memory protection, controls if DuckDB may convert intermediate results in DuckDB-managed memory to data frames in R memory.
The default is |
options |
Arguments to the DuckDB |
read_csv_duckdb()
, read_json_duckdb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.