RspUnparsedDirective {R.rsp}R Documentation

The RspUnparsedDirective class

Description

Package: R.rsp
Class RspUnparsedDirective

character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspUnparsedDirective

Directly known subclasses:

public class RspUnparsedDirective
extends RspDirective

An RspUnparsedDirective is an RspDirective that still has not been parsed for its class and content. After parse():ing such an object, the class of this RSP directive will be known.

Usage

RspUnparsedDirective(value="unparsed", ...)

Arguments

value

A character string.

...

Arguments passed to RspDirective.

Fields and Methods

Methods:

asRspString -
parseDirective Parses the unknown RSP directive for its class.

Methods inherited from RspDirective:
asRspString, getNameContentDefaultAttributes, requireAttributes

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

Author(s)

Henrik Bengtsson


[Package R.rsp version 0.42.0 Index]