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)

gogonzo/oddsandsods documentation built on May 12, 2019, 1:35 a.m.