replace_cell {tangram} | R Documentation |
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 |
Value
the modified table
[Package tangram version 0.8.2 Index]