replace_cell: Replace a cell's contents

View source: R/compile-post.R

replace_cellR 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


spgarbet/tangram documentation built on Feb. 12, 2023, 7:13 p.m.