Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Impl
Method · 0.70
assign
Method · 0.70
Environment_Impl
Method · 0.70
proxy.h
File · 0.70
SEXP
Function · 0.70
range_wrap_dispatch___impl__pair
Function · 0.70
Armor
Method · 0.70
protection.h
File · 0.70
StretchyList.h
File · 0.70
Calls
2
new_date_object
Function · 0.85
getDate
Method · 0.80
Tested by
no test coverage detected