Description Usage Value Examples
Rcpp plugin for dlib
1 |
a list
1 2 3 4 |
Attaching package: 'inline'
The following object is masked from 'package:Rcpp':
registerPlugin
$env
$env$PKG_LIBS
[1] ""
$includes
[1] "\n#include <Rcpp.h>\n// [[Rcpp::depends(dlib)]]\n// [[Rcpp::plugins(cpp11)]]\n\n\n#ifndef BEGIN_RCPP\n#define BEGIN_RCPP\n#endif\n\n#ifndef END_RCPP\n#define END_RCPP\n#endif\n\nusing namespace Rcpp;\n"
$LinkingTo
[1] "Rcpp" "dlib"
$Depends
[1] "Rcpp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.