Skip to contents

Update Tabulator data

Usage

tabulator_update_data(proxy, data, chunk_size = 1000)

Arguments

proxy

A Tabulator proxy object

data

A data frame with updated data

chunk_size

The number of rows to update in each chunk (default: 1000)