tbl_remove_vars_NA_any: Remove columns / variables having atlease one NA

Description Usage Arguments Value Examples

Description

Remove columns / variables having atlease one NA from a tbl.

Usage

1

Arguments

tbl

a tbl.

Value

an integer.

Examples

1
2
3
4
5
6
7
## Not run: 


 tbl <- tibble(x = letters[1:5] , y = NA , z = c(1,2,3,NA,5) , xx= 1:5)
 tbl %>% tbl_remove_vars_NA_any()

## End(Not run)

cparsania/TidyWrappers documentation built on Feb. 6, 2022, 3:25 p.m.