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

Function wrap

inst/include/Rcpp/api/meat/Date.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 template <>
38 inline SEXP wrap(const Date &date) {
39 return internal::new_date_object(date.getDate());
40 }
41
42}
43

Callers 9

DataFrame_ImplMethod · 0.70
assignMethod · 0.70
Environment_ImplMethod · 0.70
proxy.hFile · 0.70
SEXPFunction · 0.70
ArmorMethod · 0.70
protection.hFile · 0.70
StretchyList.hFile · 0.70

Calls 2

new_date_objectFunction · 0.85
getDateMethod · 0.80

Tested by

no test coverage detected