How many types of C/C++ preliminaries are present in R?
Answer Posted / Vinod Kumar Maurya
In R, there are two main ways to interface with C/C++ code: 1. Using Rcpp (R Compiled Package) and 2. using rlang (a package for integrating R and C code).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers