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