svIDE (version 0.9-54)

Source: 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 sourceFormat() function.

Value

The formatted output is returned invisibly.

Details

This function is usually called by functions that processes commands send by GUI clients.

See Also

sourceFormat, source