var_missing | R Documentation |
Apply either count_na()
or dplyr::n_distinct()
to every column of a data
frame and return the count and share of total values (either proportion
missing or proportion distinct).
var_missing(df)
var_distinct(df)
df |
A data frame to glimpse. |
Invisibly, a table of statistics by column of a data frame.
var_missing(dplyr::storms)
var_distinct(dplyr::storms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.