Learn R Programming

shard (version 0.1.0)

materialize.shard_view_gather: Materialize a gather view into an R matrix

Description

Materialize a gather view into an R matrix

Usage

# S3 method for shard_view_gather
materialize(x)

Value

A standard R matrix containing the gathered columns.

Arguments

x

A shard_view_gather object.