dx_tb | R Documentation |
diagnosis a tibble for character NA, NULL, all T/F column, blank in cell
dx_tb(x)
x |
tibble |
list
x <- tibble::tibble(
c1 = c("NA", NA, "a", "b"),
c2 = c("c", "d", "e", "NULL"),
c3 = c("T", "F", "F", "T"),
c4 = c("T", "F", "F", NA),
c5 = c("", " ", "\t", "\n")
)
dx_tb(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.