R.rsp (version 0.46.0)

RspText: The RspText class

Description

Package: R.rsp
Class RspText

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.

Usage

RspText(text=character(), escape=FALSE, ...)

Arguments

text

A character string.

escape

If TRUE, character sequences <% and %> are escaped to <%% and %%>.

...

Not used.

Fields and Methods

Methods:

asRspString-
getContentGets the contents of the RSP text.
getInclude-

Methods inherited from RspConstruct:
asRspString, getComment, getInclude, getSuffixSpecs

Methods inherited from RspObject:
print

Methods inherited from character:
Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, coerce,ANY,character-method, coerce,character,SuperClassMethod-method, coerce,character,signature-method, coerce<-,ObjectsWithPackage,character-method, coerce<-,signature,character-method, downloadFile, formula, getDLLRegisteredRoutines, glyphJust, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses

Author

Henrik Bengtsson