| table_write.shard_table_sink | R Documentation |
Write a shard's row-group output
## S3 method for class 'shard_table_sink'
table_write(target, rows_or_shard_id, data, ...)
target |
A |
rows_or_shard_id |
Integer shard id used to name the row-group file. |
data |
A data.frame matching the sink schema. |
... |
Reserved for future extensions. |
NULL (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.