RspRSourceCode {R.rsp}R Documentation

The RspRSourceCode class

Description

Package: R.rsp
Class RspRSourceCode

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

Directly known subclasses:

public abstract class RspRSourceCode
extends RspSourceCode

An RspRSourceCode object is an RspSourceCode holding R source code.

Usage

RspRSourceCode(...)

Arguments

...

character strings.

Fields and Methods

Methods:

evaluate Parses and evaluates the R code.
findProcessor -
parseCode Parses the R code.
rcat -
rfile -
rsource -
tangle -
tidy -

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]