R.rsp (version 0.30.0)

RspCodeChunk: The RspCodeChunk class

Description

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.

Usage

RspCodeChunk(..., return=FALSE)

Arguments

...
Arguments passed to the constructor of RspCode.
return
If TRUE, the value of the evaluated code chunk is returned.

Fields and Methods

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, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses