RInside Version 0.2.16
RInside_C.cpp File Reference
#include <RInside.h>
Include dependency graph for RInside_C.cpp:

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

RInsiderr = NULL
 

Function Documentation

◆ evalInR()

SEXP evalInR ( char *  cmd)

Definition at line 36 of file RInside_C.cpp.

References RInside::parseEval().

Here is the call graph for this function:

◆ evalQuietlyInR()

void evalQuietlyInR ( char *  cmd)

Definition at line 43 of file RInside_C.cpp.

References RInside::parseEvalQ().

Here is the call graph for this function:

◆ passToR()

void passToR ( SEXP  x,
char *  name 
)

Definition at line 31 of file RInside_C.cpp.

References RInside::assign().

Here is the call graph for this function:

◆ setupRinC()

void setupRinC ( )

Definition at line 26 of file RInside_C.cpp.

◆ teardownRinC()

void teardownRinC ( )

Definition at line 48 of file RInside_C.cpp.

References rr.

Variable Documentation

◆ rr

RInside* rr = NULL

Definition at line 23 of file RInside_C.cpp.

Referenced by teardownRinC().