Skip to contents

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