invokeRemote | R Documentation |
Allow to send calls to the client from a R Shiny session
invokeRemote(
proxy,
method = c("addSheet", "reRender", "deleteSheet", "loadData", "getData", "cellText"),
args = list()
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.