MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Datevector_wrap

Function Datevector_wrap

inst/tinytest/cpp/dates.cpp:86–91  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

84
85// [[Rcpp::export]]
86SEXP Datevector_wrap() {
87 DateVector v(2) ;
88 v[0] = Date(2005,12,31) ;
89 v[1] = Date(12,31,2005) ;
90 return wrap( v );
91}
92
93// [[Rcpp::export]]
94SEXP Datevector_sexp() {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected