table_write.shard_table_buffer: Write into a table buffer

View source: R/tables.R

table_write.shard_table_bufferR Documentation

Write into a table buffer

Description

Write into a table buffer

Usage

## S3 method for class 'shard_table_buffer'
table_write(target, rows_or_shard_id, data, ...)

Arguments

target

A shard_table_buffer.

rows_or_shard_id

Row selector (idx_range or integer vector).

data

A data.frame or named list matching the schema columns.

...

Reserved for future extensions.

Value

NULL (invisibly).


shard documentation built on April 3, 2026, 9:08 a.m.