Learn R Programming

thinkr (version 0.11)

is_full_na: Predicate for full NA vector

Description

is_full_na test if the vector is full of NA's

Usage

is_full_na(.)

Arguments

.

a vector

Value

a vector of boolean

Examples

Run this code
# NOT RUN {
is_full_na(c(NA, NA, NA))
# }

Run the code above in your browser using DataLab