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

Function has_na_dtv

inst/tinytest/cpp/dates.cpp:243–245  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

241
242// [[Rcpp::export]]
243bool has_na_dtv(const Rcpp::DatetimeVector d) {
244 return Rcpp::is_true(Rcpp::any(Rcpp::is_na(d)));
245}
246
247// [[Rcpp::export]]
248Rcpp::DateVector default_ctor_datevector() {

Callers

nothing calls this directly

Calls 3

is_trueFunction · 0.85
anyFunction · 0.50
is_naFunction · 0.50

Tested by

no test coverage detected