Source {svIDE} | R Documentation |
Source R code, capture its output and convert it in a different format
Description
This function is deprecated in favor of sourceFormat()
and will
disappear in the future version 1.0 of this package !
Source()
is like source()
, but it allows to rework the output
(for instance to print it in HTML format).
Usage
Source(...)
Arguments
... |
Same arguments as for the |
Details
This function is usually called by functions that processes commands send by GUI clients.
Value
The formatted output is returned invisibly.
Author(s)
Philippe Grosjean (phgrosjean@sciviews.org), after code written by Tom Short
See Also
[Package svIDE version 0.9-54 Index]