| diagnose {validata} | R Documentation | 
diagnose
Description
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.
Usage
diagnose(df, ...)
Arguments
| df | dataframe | 
| ... | tidyselect | 
Value
dataframe summary
Examples
iris %>% diagnose()
[Package validata version 0.1.0 Index]