character
~~|
~~+--
RspObject
~~~~~~~|
~~~~~~~+--
RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
RspEvalDirective
Directly known subclasses:
public class RspEvalDirective extends RspDirective
An RspEvalDirective is an RspDirective
that causes the
RSP parser to evaluate a piece of R code (either in a text string
or in a file) as it is being parsed.
RspEvalDirective(value="eval", ...)
character
string.list
, which must contain a 'file'
or a 'text' element.RspDirective
. getContent |
|
Gets the content of the RSP eval directive. | |
getFile |
Gets the file attribute. |