add_row {cheetahR} | R Documentation |
Add a row to a cheetah table
Description
Adds a new row to a cheetah grid widget without redrawing the entire widget.
Usage
add_row(proxy, data)
Arguments
proxy |
A proxy object created by |
data |
A single row dataframe for the new row in the table |
[Package cheetahR version 0.3.0 Index]