spreadsheetProxy: Create a x-spreadsheet proxy object

View source: R/shiny.R

spreadsheetProxyR Documentation

Create a x-spreadsheet proxy object

Description

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


MichaelHogers/RXSpreadsheet documentation built on July 18, 2023, 7:41 p.m.