Skip to content
Prev 75739 / 398502 Next

accesing slots of S4 class in C code

You need to use .Call() rather than .C() to pass the R object
to the TestFun routine.

 D.
Aniko Szabo wrote: