Query Parquet Files with DuckDB
query_parquet.RdDuckDB can query Parquet files directly without importing. This provides excellent performance with minimal memory usage.
Usage
query_parquet(
query = NULL,
data_path = "inst/extdata/parquet/by_year_month",
stations = NULL,
date_range = NULL
)