| RspShSourceCode {R.rsp} | R Documentation |
Package: R.rsp
Class RspShSourceCode
character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspProduct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspSourceCode
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspShSourceCode
Directly known subclasses:
public abstract class RspShSourceCode
extends RspSourceCode
An RspShSourceCode object is an RspSourceCode holding R source code.
RspShSourceCode(...)
... |
|
Methods:
evaluate | Evaluates the shell (sh) code. | |
findProcessor | - | |
Methods inherited from RspSourceCode:
evaluate, print, rstring, tangle, tidy
Methods inherited from RspProduct:
!, findProcessor, getType, hasProcessor, print, process, view
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
Henrik Bengtsson