Description Usage Arguments Examples
Set foot cell value
1 | setFootCellValue(session, tbl, row, col, value, feedback = FALSE)
|
tbl |
Name of the table. |
row |
Footer row number (one-based). |
col |
Footer olumn number (one-based). If |
value |
Cell value to set. |
Session |
Shiny session object. |
1 | setFootCellValue(session, "mtcars", row = 1, col = 1, val = 8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.