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

Function Datetime_wrap

inst/tinytest/cpp/dates.cpp:138–141  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

136
137// [[Rcpp::export]]
138SEXP Datetime_wrap() {
139 Datetime dt = Datetime(981162123.123456);
140 return wrap(dt);
141}
142
143// [[Rcpp::export]]
144SEXP Datetime_from_string(std::string x) {

Callers

nothing calls this directly

Calls 2

DatetimeClass · 0.50
wrapFunction · 0.50

Tested by

no test coverage detected