collect.shard_table_handle: Collect a table handle into memory

View source: R/tables.R

collect.shard_table_handleR Documentation

Collect a table handle into memory

Description

Collect a table handle into memory

Usage

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

Arguments

x

A shard_table_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.