powered by
Set cell value
setCellValue(session, tbl, row, col, value, feedback = FALSE)
Name of the table.
Row number (one-based).
Column number (one-based). If showRowNames == TRUE, the rownames column is number zero.
showRowNames == TRUE
Cell value to set.
Send edit event back to server.
Shiny session object.
# NOT RUN { setCellValue(session, "mtcars", row = 8, col = 3, val = 8) # }
Run the code above in your browser using DataLab