| Interface | Description |
|---|---|
| REngine |
This interface is the common part between the different technologies used to
access R.
|
| RInstructions |
| Class | Description |
|---|---|
| REngineAbstract |
Abstract REngine that provides utility R methods (such as clear session, set
working directory, import data, ...) for all R engines.
|
| RProxy |
This class allows to initialize a REngine without knowing which
implementation is chosen.
|
| Exception | Description |
|---|---|
| RException |
Exception thrown when an error occur during the communication with R
(whatever the communication mode is).
|
Copyright © 2006–2018 CodeLutin. All rights reserved.