powered by
check for NA values in a tibble
check_tbl_na(tbl)
A logical value.
A tibble
tibble
demotbl = tibble::tibble(x = c(1,2,3,NA,1), y = c(NA,NA,1:3), z = 1:5) demotbl check_tbl_na(demotbl)
Run the code above in your browser using DataLab