The R Project SVN R

Rev

Rev 38842 | Rev 38848 | 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>
#include <Rdevices.h> /* for KillAllDevices */

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

#endif