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

Function has_na_dv

inst/tinytest/cpp/dates.cpp:238–240  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

236
237// [[Rcpp::export]]
238bool has_na_dv(const Rcpp::DateVector d) {
239 return Rcpp::is_true(Rcpp::any(Rcpp::is_na(d)));
240}
241
242// [[Rcpp::export]]
243bool has_na_dtv(const Rcpp::DatetimeVector d) {

Callers

nothing calls this directly

Calls 3

is_trueFunction · 0.85
anyFunction · 0.50
is_naFunction · 0.50

Tested by

no test coverage detected