1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Optimizing R Code with Rcpp

Connected

Exercises

What happens when you compile this C++ file

Read the following C++ code chunk.

#include <Rcpp.h>
using namespace Rcpp ; 

double twice(double x){
    return x + x
}

This has been saved in a file given by the variable twice_file. What will happen if you compile this file with sourceCpp()?

คำแนะนำ

50 XP

คำตอบที่เป็นไปได้