Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ctor_int
Function
ctor_int
inst/tinytest/cpp/dates.cpp:43–46 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
41
42
// [[Rcpp::export]]
43
SEXP ctor_int(int d) {
44
Date dt = Date(d);
45
return wrap(dt);
46
}
47
48
// [[Rcpp::export]]
49
SEXP ctor_string(std::string x) {
Callers
nothing calls this directly
Calls
2
Date
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected