| as_tibble.shard_table_handle | R Documentation |
Materialize a table handle into a data.frame/tibble
## S3 method for class 'shard_table_handle'
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 if the tibble package is installed).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.