check_tbl_na | R Documentation |
check for NA values in a tibble
check_tbl_na(tbl)
tbl |
A |
A logical value.
demotbl = tibble::tibble(x = c(1,2,3,NA,1),
y = c(NA,NA,1:3),
z = 1:5)
demotbl
check_tbl_na(demotbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.