Skip to contents

Materialize a gather view into an R matrix

Usage

# S3 method for class 'shard_view_gather'
materialize(x)

Arguments

x

A shard_view_gather object.

Value

A standard R matrix containing the gathered columns.