character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspExpression
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspCode
Directly known subclasses: RspCodeChunk
public class RspCode extends RspExpression
An RspCode is an RspExpression that represents a piece of source
code, which may or may not be a complete code chunk (expression).
RspCode(code=character(), echo=FALSE, ...)character string.TRUE, code is echoed to the output. asRspString |
|
| - | |
getCode |
Gets the source code. |
getEcho |
|
| Checks whether the source code should be echoed or not. |