character
~~|
~~+--
RspObject
~~~~~~~|
~~~~~~~+--
RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
RspText
Directly known subclasses:
public class RspText
extends RspConstruct
An RspText is an RspConstruct
that represents a plain text
section, i.e. everything that is inbetween any other types of
RspConstruct
:s.
Its content is independent of the underlying programming language.RspText(text=character(), escape=FALSE, ...)
character
string.TRUE
, character sequences <%< code=""> and %>
are escaped to <%%< code=""> and %%>
.%%<>
%<>
asRspString
-
getContent
Gets the contents of the RSP text.
getInclude
-
}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