mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02: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