Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Datevector_wrap
Function
Datevector_wrap
inst/tinytest/cpp/dates.cpp:86–91 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
84
85
// [[Rcpp::export]]
86
SEXP Datevector_wrap() {
87
DateVector v(2) ;
88
v[0] = Date(2005,12,31) ;
89
v[1] = Date(12,31,2005) ;
90
return wrap( v );
91
}
92
93
// [[Rcpp::export]]
94
SEXP Datevector_sexp() {
Callers
nothing calls this directly
Calls
2
Date
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected