Displaying 1 result from an estimated 1 matches for "myrexample".
Did you mean:
myexample
2005 Feb 26
1
calling an R-function from C
Hi,
I would like to invoke an R-function from a program written in ANSI C.
Assume that I have written an R script "myRexample" and I want to invoke
it from C. I assume that my R script loads its data from a datafile so
no arguments need to be passed between my C program and R. Following
R-exts.pdf (section 4.7), I write the following main:
#include "my.h" /* includes all stan...