Optimizing R Code with Rcpp

DataCamp
via DataCamp
Use C++ to dramatically boost the performance of your R code.
Save (0)
ClosePlease login

No account yet? Register

R is a great language for data science, but sometimes the code can be slow to run. Combining the comfort of R with the speed of a compiled languageis a great way to reclaim the performance your code deserves.

C++ is a modern, high performance language that is simple enough to learn
in the context of accelerating R code. With the help of the Rcpp package,
C++ integrates very neatly with R. You will learn how to create and manipulate
typical R objects (vectors and lists), and write your own C++ functions
to dramatically boost the performance of your R code.

Instructor(s)

Team ThinkR
DataCamp
via DataCamp
Free Trial Available
English
4 Hours
Self paced