Allow to send calls to the client from a R Shiny session
invokeRemote.Rd
Allow to send calls to the client from a R Shiny session
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