Learn R Programming

validata (version 0.1.0)

diagnose: 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

Run this code
# NOT RUN {
iris %>% diagnose()
# }

Run the code above in your browser using DataLab