CA5 – A brief look at C++ in RStudio
CA5 Understanding the basics of C++ with R Sometimes R code is not fast enough to process large data set and extra speed is required. Rcpp allows R programmers to seamlessly integrate C++ code into their R workflow. This post briefly discussing getting the two languages working together, write some …