R.rsp (version 0.43.1)

RspVariableDirective: The RspVariableDirective class

Description

Package: R.rsp Class RspVariableDirective

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

Directly known subclasses: RspIntegerDirective, RspLogicalDirective, RspMetaDirective, RspNumericDirective, RspStringDirective

public class RspVariableDirective extends RspDirective

An RspVariableDirective is an RspDirective that causes the RSP parser to assign the value of an attribute to an R object of the same name as the attribute at the time of parsing.

Usage

RspVariableDirective(value="variable", ...)

Arguments

value

A character string.

...

Arguments passed to the constructor of RspDirective.

Fields and Methods

Methods:

getInclude -

Methods inherited from RspDirective: asRspString, getNameContentDefaultAttributes, requireAttributes

Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs

Methods inherited from RspObject: print

Methods inherited from character: Ops,nonStructure,vector-method, Ops,structure,vector-method, Ops,vector,nonStructure-method, Ops,vector,structure-method, all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, coerce,ANY,character-method, coerce,character,SuperClassMethod-method, coerce,character,signature-method, coerce<-,ObjectsWithPackage,character-method, coerce<-,signature,character-method, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses