| Package | Description |
|---|---|
| com.github.rcaller.exception | |
| com.github.rcaller.rstuff |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseException |
class |
RExecutableNotFoundException |
class |
RscriptExecutableNotFoundException |
class |
XMLParseException |
| Modifier and Type | Method and Description |
|---|---|
void |
RCaller.runAndReturnResult(String var)
Runs the current code and returns the R variable "var".
|
void |
RCaller.runAndReturnResultOnline(String var)
Runs the current code in the existing R instance (or in a new one) and
returns the R variable "var".
|
void |
RCaller.runOnly()
Executes the code contained in this RCaller instance in s separate
process.
|
Copyright © 2016. All rights reserved.