The R Project SVN R

Rev

Rev 38843 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef EMBEDDED_R_CALL_H
#define EMBEDDED_R_CALL_H

#include <R.h>
#include <Rinternals.h>

int eval_R_command(const char *funcName, int argc, char *argv[]);
void init_R(int argc, char **argv);
void end_R();

#endif