not_all_na: Not all NA

Description Usage Arguments Examples

View source: R/not_all_na.R

Description

Logical for whether a vector contains all NAs

Usage

1

Arguments

x

Vector

Examples

1
2
3
c(1:3) %>% not_all_na()
rep(NA, 3) %>% not_all_na()
c(1, 2, NA) %>% not_all_na()

aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.