MCPcopy 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]]
37SEXP ctor_ymd() {
38 Date dt = Date(2005,12,31);
39 return wrap(dt);
40}
41
42// [[Rcpp::export]]
43SEXP ctor_int(int d) {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected