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.
}Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs
Methods inherited from RspObject: getAttribute, getAttributes, hasAttribute, print, setAttribute, setAttributes
Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses