rcw.result {rcloud.web} | R Documentation |
rcw.result
creates an object that can be passed out of a
function in order to be used as in RCloudWeb, typically by
mini.html
or similar page using an RCloud session.
rcw.inline
can be used to display the result from
rcw.result
inline inside a cell in RCloud (as opposed to an
independent page). It performs the same actions as mini.html
.
rcw.result(run, body, ...)
rcw.inline(result, ...)
run |
function that will be executed with parsed query arguments
in the document once |
body |
string, contents to place in the |
... |
for for |
result |
result from |
Simon Urbanek