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

Function new_date_object

inst/include/Rcpp/date_datetime/Date.h:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 inline SEXP new_date_object(double d) {
193 Shield<SEXP> x(Rf_ScalarReal(d));
194 Rf_setAttrib(x, R_ClassSymbol, Rf_mkString("Date"));
195 return x;
196 }
197
198 }
199

Callers 1

wrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected