powered by
Set foot cell value
setFootCellValue(session, tbl, row, col, value, feedback = FALSE)
Name of the table.
Footer row number (one-based).
Footer olumn number (one-based). If showRowNames == TRUE, the rownames column is number zero.
showRowNames == TRUE
Cell value to set.
Shiny session object.
# NOT RUN { setFootCellValue(session, "mtcars", row = 1, col = 1, val = 8) # }
Run the code above in your browser using DataLab