qual_fun.Rd
Quality function for dataset using base functions
qual_fun(df)
df | a dataframe |
---|
a data frame with the number of NA, NaN and infinite values per variables.
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