Learn R Programming

shard (version 0.1.0)

collect.shard_table_handle: Collect a table handle into memory

Description

Collect a table handle into memory

Usage

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

Value

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

Arguments

x

A shard_table_handle.

...

Passed to as_tibble().