Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ asInt
Function
asInt
inst/tinytest/cpp/RObject.cpp:31–33 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
29
30
// [[Rcpp::export]]
31
int asInt(int i){
32
return 2*i;
33
}
34
35
// [[Rcpp::export]]
36
std::string asStdString(std::string s){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected