Package: R.rsp Class RspCodeChunk
character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspExpression
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspCode
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--RspCodeChunk
Directly known subclasses:
public class RspCodeChunk extends RspCode
An RspCodeChunk is an RspCode that represents a complete
RSP code chunk.
RspCodeChunk(..., return=FALSE)Arguments passed to the constructor of RspCode.
If TRUE, the value of the evaluated code chunk is returned.
Methods:
asRspString |
- | |
getInclude |
- |
Methods inherited from RspCode: asRspString, getCode, getEcho
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