Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ vector_Date
Function
vector_Date
inst/tinytest/cpp/dates.cpp:78–83 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
76
77
// [[Rcpp::export]]
78
SEXP vector_Date() {
79
std::vector<Date> v(2) ;
80
v[0] = Date(2005,12,31) ;
81
v[1] = Date(12,31,2005) ;
82
return wrap( v );
83
}
84
85
// [[Rcpp::export]]
86
SEXP Datevector_wrap() {
Callers
nothing calls this directly
Calls
2
Date
Class · 0.50
wrap
Function · 0.50
Tested by
no test coverage detected