Learn R Programming

shard (version 0.1.0)

as_tibble.shard_table_handle: Materialize a table handle into a data.frame/tibble

Description

Materialize a table handle into a data.frame/tibble

Usage

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

Value

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

Arguments

x

A shard_table_handle.

max_bytes

Warn if estimated payload exceeds this threshold.

...

Reserved for future extensions.