complete_rate | R Documentation |
Calculate proportion of completeness (no NA
) of the element in the data frame or list
complete_rate(x, negate = FALSE)
x |
list or data.frame |
negate |
|
A vector of proportion of completeness (not missing)
df <- data.frame(x = c(1, NA, 2),
y = c(NA, "a", "b"),
z = 1:3)
complete_rate(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.