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

Function Datetime_ctor_sexp

inst/tinytest/cpp/dates.cpp:150–153  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

148
149// [[Rcpp::export]]
150SEXP Datetime_ctor_sexp(Datetime d) {
151 Datetime dt = Datetime(d);
152 return wrap(dt);
153}
154
155// [[Rcpp::export]]
156SEXP DatetimeVector_ctor(DatetimeVector d) {

Callers

nothing calls this directly

Calls 2

DatetimeClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected