as_tibble.shard_row_groups: Materialize a row-groups handle into a data.frame/tibble

View source: R/tables.R

as_tibble.shard_row_groupsR Documentation

Materialize a row-groups handle into a data.frame/tibble

Description

Materialize a row-groups handle into a data.frame/tibble

Usage

## S3 method for class 'shard_row_groups'
as_tibble(x, max_bytes = 256 * 1024^2, ...)

Arguments

x

A shard_row_groups handle.

max_bytes

Accepted for API consistency; currently unused for row-groups.

...

Reserved for future extensions.

Value

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


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