Package: R.rsp Class RspCode
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, ...)A character string.
If TRUE, code is echoed to the output.
Not used.
Methods:
asRspString |
- | |
getCode |
Gets the source code. | |
getEcho |
Checks whether the source code should be echoed or not. |
Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs
Methods inherited from RspObject: print
Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses