MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / function_

Function function_

inst/tinytest/cpp/Function.cpp:26–26  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

24
25// [[Rcpp::export]]
26Function function_(SEXP x){ return Function(x) ; }
27
28// [[Rcpp::export]]
29Function function_cons_env(std::string x, SEXP env) {

Callers

nothing calls this directly

Calls 1

FunctionClass · 0.85

Tested by

no test coverage detected