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

Function Datevector_sexp

inst/tinytest/cpp/dates.cpp:94–99  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

92
93// [[Rcpp::export]]
94SEXP Datevector_sexp() {
95 DateVector v(2) ;
96 v[0] = Date(2005,12,31) ;
97 v[1] = Date(12,31,2005) ;
98 return wrap( v );
99}
100
101// [[Rcpp::export]]
102List Date_get_functions(Date x) {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected