as_tibble.shard_dataset: Materialize a dataset handle into a data.frame/tibble
Description
Materialize a dataset handle into a data.frame/tibble
Usage
# S3 method for shard_dataset
as_tibble(x, max_bytes = 256 * 1024^2, ...)
Value
A data.frame (or tibble if the tibble package is installed).
Arguments
- x
A shard_dataset handle.
- max_bytes
Accepted for API consistency.
- ...
Reserved for future extensions.