Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
243
bool has_na_dtv(const Rcpp::DatetimeVector d) {
244
return Rcpp::is_true(Rcpp::any(Rcpp::is_na(d)));
245
}
246
247
// [[Rcpp::export]]
248
Rcpp::DateVector default_ctor_datevector() {
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