Description Usage Arguments Value Examples
View source: R/compare-missing.R
The function generates a simple data frame outlining a number of missing values across provided vectors
1 | compare_missing(..., add_percentage = FALSE)
|
... |
Vectors to compare. |
add_percentage |
A logical, defaults to |
A tibble
1 2 3 4 | vecA <- 1:10
vecB <- c(1:100, NA_integer_)
vecC <- LETTERS
compare_missing(vecA, vecB, vecC)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.