notHavingNA: Names of columns which doesn't have NA

Description Usage Examples

Description

Names of columns which doesn't have NA

Usage

1

Examples

1
2
3
x <- data.frame(A = c(1:5, NA, 1:5), B = c(1:11), C = c(NA, 1:10), D=(11:21))
x %>% select_(.dots = notHavingNA(.) )
notHavingNA(x)

elo2zero/oddsandsods documentation built on May 16, 2019, 3:04 a.m.