Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ createOne
Function
createOne
inst/tinytest/cpp/DataFrame.cpp:49–52 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
47
48
// [[Rcpp::export]]
49
DataFrame createOne(){
50
IntegerVector v = IntegerVector::create(1,2,3);
51
return DataFrame::create(Named(
"a"
)=v);
52
}
53
54
// [[Rcpp::export]]
55
DataFrame createTwo(){
Callers
nothing calls this directly
Calls
1
Named
Function · 0.85
Tested by
no test coverage detected