| RspErrorDirective {R.rsp} | R Documentation |
Package: R.rsp
Class RspErrorDirective
character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspErrorDirective
Directly known subclasses:
public class RspErrorDirective
extends RspDirective
An RspErrorDirective is an RspDirective that generates an
RSP preprocessing error (if processed).
RspErrorDirective(value="error", ...)
value |
A |
... |
Arguments passed to the constructor of |
Methods:
No methods defined.
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, downloadFile, formula, getDLLRegisteredRoutines, isOpen, toAsciiRegExprPattern, toFileListTree, toLatex, uses
Henrik Bengtsson