Learn R Programming

shard (version 0.1.0)

collect.shard_row_groups: Collect a row-groups handle into memory

Description

Collect a row-groups handle into memory

Usage

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

Value

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

Arguments

x

A shard_row_groups handle.

...

Passed to as_tibble().