evaluatorAction: Carry Out an Evaluator Initialization Action

Description Usage Arguments Methods (by class)

Description

This function is called from the Startup() method of an evalautor and is not useful to be called directly. It is exported to make it visible from within a subclass of "Interface".

Usage

1
2
3
4
5
6
7
evaluatorAction(action, ev)

## S4 method for signature 'language'
evaluatorAction(action, ev)

## S4 method for signature 'pathEl'
evaluatorAction(action, ev)

Arguments

action

the action from the table. Must be an expression or some special class, typically a path element to add to the server path.

ev

the evaluator.

Methods (by class)


XR documentation built on May 2, 2019, 6:01 a.m.

Related to evaluatorAction in XR...