Learn R Programming

shard (version 0.1.0)

collect.shard_dataset: Collect a dataset handle into memory

Description

Collect a dataset handle into memory

Usage

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

Value

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

Arguments

x

A shard_dataset handle.

...

Passed to as_tibble().