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

Function vector_Date

inst/tinytest/cpp/dates.cpp:78–83  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

76
77// [[Rcpp::export]]
78SEXP vector_Date() {
79 std::vector<Date> v(2) ;
80 v[0] = Date(2005,12,31) ;
81 v[1] = Date(12,31,2005) ;
82 return wrap( v );
83}
84
85// [[Rcpp::export]]
86SEXP Datevector_wrap() {

Callers

nothing calls this directly

Calls 2

DateClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected