R.rsp (version 0.46.0)

RspSourceCode: The RspSourceCode class

Description

Package: R.rsp
Class RspSourceCode

character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspProduct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspSourceCode

Directly known subclasses:
RspRSourceCode, RspShSourceCode

public abstract class RspSourceCode
extends RspProduct

An RspSourceCode object is a character vector holding RSP generated source code for a particular programming language.

Usage

RspSourceCode(code=character(), ...)

Arguments

code

character vector.

...

Additional arguments passed to the RspProduct constructor.

Fields and Methods

Methods:

evaluateEvaluates the source code.
print-
rstring-
tangleDrops all text-outputting calls from the source code.
tidyTidy up the RSP source code.

Methods inherited from RspProduct:
!, findProcessor, getType, hasProcessor, print, process, view

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