desc_df: function to describe variables in data.frame

Description Usage Arguments

Description

function to describe variables in data.frame

Usage

1
2
desc_df(df, what = c("class", "nas", "min", "modus", "max"), cols = TRUE,
  digits = 2)

Arguments

df

data.frame to be described

what

metric to put out

cols

columns of data.frame for which to put out metrics

digits

shall numbers be rounded to a certain amount of diogits?


petermeissner/idep documentation built on May 25, 2019, 1:53 a.m.