Learn R Programming

tangram (version 0.8.2)

replace_cell: Replace a cell's contents

Description

Replace a cell in a table

Usage

replace_cell(table, row, col, object, ...)

Value

the modified table

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