replace_cell: Replace a cell's contents
Description
Replace a cell in a table
Usage
replace_cell(table, row, col, object, ...)
Arguments
- table
the tangram table to modify
- row
numeric; The row to modify
- col
numeric; The column to modify
- object
The cell or object to replace in a table
- ...
Additional parameters passed to cell function if not given a cell object