1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Optimizing R Code with Rcpp

Connected

अभ्यास

First function

The first function you'll write in C++ may very well be the only function you will ever need as you will write a function that returns the answer to the ultimate question of life, the universe and everything.

Rcpp is loaded in your workspace.

निर्देश

100 XP

Write a C++ function the_answer() that does not take any argument and always returns the int 42.