source_cpp | R Documentation |
call Rcpp::sourceCpp with temporally defining include/library path
source_cpp(file, I = NULL, L = NULL, l_opt = NULL, ...)
file |
A character string giving the path name of a file |
I |
A character (or vector of character) giving the path name of include directory |
L |
A character (or vector of character) giving the path name of library directory |
l_opt |
A character (or vector of character) giving the additional library option (e.g. LibOptions = c("-lm"," -lmpc")) |
... |
other arguments for sourceCpp |
a vector which containing root values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.