tbl_count_vars_NA_any: Count columns / variables having atleast one NA

Description Usage Arguments Value Examples

Description

Count columns / variables having atleast 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_count_vars_NA_any()

## End(Not run)

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