Quality function for dataset using base functions

qual_fun(df)

Arguments

df

a dataframe

Value

a data frame with the number of NA, NaN and infinite values per variables.

Examples

qual_fun(iris)
#> Sepal.Length Sepal.Width Petal.Length Petal.Width Species #> n_na 0 0 0 0 0 #> n_nan 0 0 0 0 0 #> n_inf 0 0 0 0 0