Home
last modified time | relevance | path

Searched defs:anyNA (Results 1 – 7 of 7) sorted by relevance

/dports/math/R-cran-backports/backports/R/
H A DanyNA.R14 anyNA = function(x, recursive = FALSE) { function
/dports/devel/R-cran-data.table/data.table/src/
H A Dsubset.c3 void subsetVectorRaw(SEXP ans, SEXP source, SEXP idx, const bool anyNA) in subsetVectorRaw()
111 bool anyLess=false, anyNA=false; in check_idx() local
265 bool anyNA=false, orderedSubset=true; // true for when rows==null (meaning all rows) in subsetDT() local
347 bool anyNA=false, orderedSubset=false; in subsetVector() local
H A Dfrank.c147 SEXP anyNA(SEXP x, SEXP cols) { in anyNA() function
H A Dgsumm.c212 void *gather(SEXP x, bool *anyNA) in gather()
351 bool anyNA=false; in gsum() local
/dports/math/R/R-4.1.2/src/main/
H A Dcoerce.c2306 static Rboolean anyNA(SEXP call, SEXP op, SEXP args, SEXP env) in anyNA() function
/dports/math/R-cran-lme4/lme4/R/
H A Dutilities.R13 anyNA <- function(x) any(is.na(x)) function
/dports/math/libRmath/R-4.1.1/src/main/
H A Dcoerce.c2306 static Rboolean anyNA(SEXP call, SEXP op, SEXP args, SEXP env) in anyNA() function