Expand description
Parquet I/O builtins โ read.parquet() and write.parquet() for reading
and writing Apache Parquet files as data frames.
Feature-gated behind the parquet feature flag. Uses the parquet and
arrow crates to convert between Arrow columnar format and R values.
Staticsยง
Functionsยง
- arrow_
column_ ๐to_ rvector - Convert an Arrow array column to an R vector.
- builtin_
read_ ๐parquet - Read a Parquet file into a data.frame.
- builtin_
write_ ๐parquet - Write a data.frame to a Parquet file.
- concatenate_
rvectors ๐ - Concatenate multiple R vectors of the same type into one.
- rvector_
to_ ๐arrow_ array - Convert an R vector to an Arrow ArrayRef for writing.
- rvector_
to_ ๐arrow_ type - Map an R vector type to an Arrow DataType for schema construction.