C++Function-class | R Documentation |
Internal C++ function
Objects can be created by the Rcpp::InternalFunction
class from the Rcpp
library
.Data
:R function that calls back to the internal function
pointer
:External pointer to a C++ object poiting to the function
docstring
:Short documentation for the function
signature
:C++ signature
Class "function"
, from data part.
Class "OptionalFunction"
, by class "function", distance 2.
Class "PossibleMethod"
, by class "function", distance 2.
signature(object = "C++Function")
: print the object
showClass("C++Function")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.