RspShSourceCode {R.rsp}R Documentation

The RspShSourceCode class

Description

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.

Usage

RspShSourceCode(...)

Arguments

...

character strings.

Fields and Methods

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

Author(s)

Henrik Bengtsson


[Package R.rsp version 0.42.0 Index]