as.arrow: Convert an rxSolveOom result to a lazy Arrow Dataset

View source: R/rxOom.R

as.arrowR Documentation

Convert an rxSolveOom result to a lazy Arrow Dataset

Description

Opens all parquet chunk files as a single lazy arrow::Dataset using arrow::open_dataset(). The dataset can be filtered and selected with dplyr verbs before calling dplyr::collect() to materialise. Requires the arrow package.

Usage

as.arrow(x, ...)

## S3 method for class 'rxSolveOom'
as.arrow(x, ...)

Arguments

x

An rxSolveOom object.

...

Ignored.

Details

This is an rxode2 generic: arrow provides open_dataset() but no lazy-dataset coercion generic to dispatch on, so rxode2 defines its own.

Value

An arrow::Dataset.


rxode2 documentation built on July 28, 2026, 5:08 p.m.