Source {svIDE} | R Documentation |
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).
Source(...)
... |
Same arguments as for the |
This function is usually called by functions that processes commands send by GUI clients.
The formatted output is returned invisibly.
Philippe Grosjean (phgrosjean@sciviews.org), after code written by Tom Short