| as_tibble.shard_table_buffer | R Documentation |
Converts a shard_table_handle to an in-memory data.frame (or tibble if the
tibble package is installed).
## S3 method for class 'shard_table_buffer'
as_tibble(x, max_bytes = 256 * 1024^2, ...)
x |
A |
max_bytes |
Warn if estimated payload exceeds this threshold. |
... |
Reserved for future extensions. |
A data.frame (or tibble).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.