MCPcopy 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]]
31SEXP ctor_mdy() {
32 Date dt = Date(12,31,2005);
33 return wrap(dt);
34}
35
36// [[Rcpp::export]]
37SEXP ctor_ymd() {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected