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

Function ctor_sexp

inst/tinytest/cpp/dates.cpp:25–28  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

23
24// [[Rcpp::export]]
25Date ctor_sexp(SEXP d) {
26 Date dt = Date(d);
27 return dt;
28}
29
30// [[Rcpp::export]]
31SEXP ctor_mdy() {

Callers

nothing calls this directly

Calls 1

DateClass · 0.50

Tested by

no test coverage detected