rcw.collect {rcloud.web} | R Documentation |
rcw.collect
collects all FastRWeb resutls that have been
generated since the last call to rcw.collect
and retruns it as
a string that can be used in rcw.set
and other DOM
manipulation functions.
rcw.collect()
FastRWeb output functions (out
, otable
, WebPlot
,
...) accumulate results in an internal buffer. rcw.collect
retrieves the contents of the buffer and flushes it such that FastRWeb
can be used to generate contents for RCloudWeb function like
rcw.set
.
string, all accumulated FastRWeb results.
Simon Urbanek