diagnose | R Documentation |
Pipe in a dataframe to return a diagnosis of its missing and unique values for each columns. Default behavior is to diagnose all columns, but a subset can be specified in the dots with tidyselect.
diagnose(df, ...)
df |
dataframe |
... |
tidyselect |
this function is inspired by the excellent dlookr package. It takes a dataframe and returns a summary of unique and missing values of the columns.
dataframe summary
iris %>% diagnose()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.