collect.shard_row_groups: Collect a row-groups handle into memory

View source: R/tables.R

collect.shard_row_groupsR Documentation

Collect a row-groups handle into memory

Description

Collect a row-groups handle into memory

Usage

## S3 method for class 'shard_row_groups'
collect(x, ...)

Arguments

x

A shard_row_groups handle.

...

Passed to as_tibble().

Value

A data.frame (or tibble if the tibble package is installed).


shard documentation built on April 3, 2026, 9:08 a.m.