Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
238
bool has_na_dv(const Rcpp::DateVector d) {
239
return Rcpp::is_true(Rcpp::any(Rcpp::is_na(d)));
240
}
241
242
// [[Rcpp::export]]
243
bool has_na_dtv(const Rcpp::DatetimeVector d) {
Callers
nothing calls this directly
Calls
3
is_true
Function · 0.85
any
Function · 0.50
is_na
Function · 0.50
Tested by
no test coverage detected