|
RInside Version 0.2.16
|
#include <RInside.h>
Go to the source code of this file.
Functions | |
| void | setupRinC () |
| void | passToR (SEXP x, char *name) |
| SEXP | evalInR (char *cmd) |
| void | evalQuietlyInR (char *cmd) |
| void | teardownRinC () |
Variables | |
| RInside * | rr = NULL |
| SEXP evalInR | ( | char * | cmd | ) |
Definition at line 36 of file RInside_C.cpp.
References RInside::parseEval().

| void evalQuietlyInR | ( | char * | cmd | ) |
Definition at line 43 of file RInside_C.cpp.
References RInside::parseEvalQ().

| void passToR | ( | SEXP | x, |
| char * | name | ||
| ) |
Definition at line 31 of file RInside_C.cpp.
References RInside::assign().

| void setupRinC | ( | ) |
Definition at line 26 of file RInside_C.cpp.
| void teardownRinC | ( | ) |
Definition at line 48 of file RInside_C.cpp.
References rr.
| RInside* rr = NULL |
Definition at line 23 of file RInside_C.cpp.
Referenced by teardownRinC().