R.rsp (version 0.15.0)

RspMetaDirective: The RspMetaDirective class

Description

Package: R.rsp Class RspMetaDirective character ~~| ~~+--RspObject ~~~~~~~| ~~~~~~~+--RspConstruct ~~~~~~~~~~~~| ~~~~~~~~~~~~+--RspDirective ~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~+--RspVariableDirective ~~~~~~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~~~~~~+--RspStringDirective ~~~~~~~~~~~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~~~~~~~~~~~+--RspMetaDirective Directly known subclasses: public class RspMetaDirective extends RspStringDirective An RspMetaDirective is an RspDirective representing RSP metadata.

Usage

RspMetaDirective(value="meta", ...)

Arguments

value
A character string.
...
Arguments passed to the constructor of RspStringDirective.

Fields and Methods

Methods: No methods defined.

Methods inherited from RspVariableDirective: getInclude

Methods inherited from RspDirective: asRspString, getNameContentDefaultAttributes, requireAttributes

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

Methods inherited from RspObject: getAttribute, getAttributes, hasAttribute, print, setAttribute, setAttributes

Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses