Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ ctor_ymd
Function
ctor_ymd
inst/tinytest/cpp/dates.cpp:37–40 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
35
36
// [[Rcpp::export]]
37
SEXP ctor_ymd() {
38
Date dt = Date(2005,12,31);
39
return wrap(dt);
40
}
41
42
// [[Rcpp::export]]
43
SEXP ctor_int(int d) {
Callers
nothing calls this directly
Calls
2
Date
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected