character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspProduct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspSourceCode
Directly known subclasses: RspRSourceCode, RspShSourceCode
public abstract class RspSourceCode extends RspProduct
An RspSourceCode object is a character vector holding RSP generated
source code for a particular programming language.
RspSourceCode(code=character(), ...)RspProduct
constructor. evaluate |
|
| Evaluates the source code. | |
print |
- |
rstring |
|
| - | |
tangle |
Drops all text-outputting calls from the source code. |
tidy |
|
| Tidy up the RSP source code. |