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