Create a x-spreadsheet proxy object
spreadsheetProxy.Rd
Create a x-spreadsheet proxy object
Usage
spreadsheetProxy(
outputId,
session = shiny::getDefaultReactiveDomain(),
deferUntilFlush = TRUE
)
Arguments
- outputId
the id of the table to be manipulated (the same id as the one you used in
spreadsheetOutput()
)- session
the shiny session
- deferUntilFlush
whether an action should be carried out right away, or should be held until after the next time all of the outputs are updated