Is there a way to call R-Script inside C code?
I found R Api for C (chaper 6. of the guide "Writing R-Extensions"), but, as I understand it, this "only" allows us to name the C-implementation of R. Because of this, I could call R-Script through the shell, but there is no solution for me, since this does not allow the data to be transferred correctly (at least not if I do not want to write the data to a Csv file or something like that),
Is there an easy way to use the RC parser in advance?
source share