mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-12-16 09:32:10 +01:00
214 B
214 B
Check if vector is all NA
Check if vector is all NA
Usage
all_na(data)
Arguments
-
data:
vector of data.frame
Value
logical
Examples
rep(NA, 4) |> all_na()
#> [1] TRUE