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

Function DateVector_assignment

inst/tinytest/cpp/dates.cpp:170–173  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

168
169// [[Rcpp::export]]
170DateVector DateVector_assignment(DateVector v1, DateVector v2) {
171 v1 = v2;
172 return v1;
173}
174
175// [[Rcpp::export]]
176std::string Date_format(Date d, std::string fmt) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected