invokeRemote: Allow to send calls to the client from a R Shiny session

View source: R/shiny.R

invokeRemoteR Documentation

Allow to send calls to the client from a R Shiny session

Description

Allow to send calls to the client from a R Shiny session

Usage

invokeRemote(
  proxy,
  method = c("addSheet", "reRender", "deleteSheet", "loadData", "getData", "cellText"),
  args = list()
)

Arguments

proxy

the x-spreadsheet proxy object

method

the method to call, should be a valid API public method from https://hondrytravis.com/x-spreadsheet-doc/ for which the R -> client communication is sensible (some API methods are not included as these would send data from the client to R)

args

additional arguments to pass to the method


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