| as_tibble.shard_dataset | R Documentation |
Materialize a dataset handle into a data.frame/tibble
## S3 method for class 'shard_dataset'
as_tibble(x, max_bytes = 256 * 1024^2, ...)
x |
A |
max_bytes |
Accepted for API consistency. |
... |
Reserved for future extensions. |
A data.frame (or tibble if the tibble package is installed).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.