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

Function Datetime_from_string

inst/tinytest/cpp/dates.cpp:144–147  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

142
143// [[Rcpp::export]]
144SEXP Datetime_from_string(std::string x) {
145 Datetime dt(x);
146 return wrap(dt);
147}
148
149// [[Rcpp::export]]
150SEXP Datetime_ctor_sexp(Datetime d) {

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.50

Tested by

no test coverage detected