Learn R Programming

farr (version 0.2.39)

load_parquet: Function to load parquet file into database.

Description

Function to read data from a parquet file data_dir/schema/table_name.parquet into a table in the DuckDB database at conn.

Usage

load_parquet(conn, table, schema = "", data_dir = Sys.getenv("DATA_DIR"))

Value

Remote data frame in conn

Arguments

conn

DuckDB connection

table

Name of table to be loaded

schema

Database schema for table

data_dir

Directory for data repository