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

Function DatetimeVector_ctor

inst/tinytest/cpp/dates.cpp:156–159  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

154
155// [[Rcpp::export]]
156SEXP DatetimeVector_ctor(DatetimeVector d) {
157 DatetimeVector dt = DatetimeVector(d);
158 return wrap(dt);
159}
160
161// [[Rcpp::export]]
162DatetimeVector DatetimeVector_assignment(DatetimeVector v1,

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.50

Tested by

no test coverage detected