Learn R Programming

thinkr (version 0.16)

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(.)

Value

a vector of boolean

Arguments

.

a vector

Examples

Run this code
is_full_na(c(NA, NA, NA))

Run the code above in your browser using DataLab