is_full_na test if the vector is full of NA's

is_full_na(.)

Arguments

.

a vector

Value

a vector of boolean

Examples

is_full_na(c(NA, NA, NA))
#> [1] TRUE