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

Function Argument_

inst/tinytest/cpp/misc.cpp:50–53  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

48
49// [[Rcpp::export]]
50List Argument_() {
51 Argument x("x"), y("y");
52 return List::create( x = 2, y = 3 );
53}
54
55// [[Rcpp::export]]
56int Dimension_const( SEXP ia ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected