rcw.collect {rcloud.web}R Documentation

Collect a FastRWeb result so it can be set as a content.

Description

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.

Usage

rcw.collect()

Details

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.

Value

string, all accumulated FastRWeb results.

Author(s)

Simon Urbanek

See Also

rcw.set


[Package rcloud.web version 1.0-3 Index]