sumup: Summarisation function

Description Usage Arguments Details Value Author(s) Examples

Description

sumup is an alternative to the base summary function. It aims to provide more information in a more convinient format.

Usage

1
sumup(x)

Arguments

x

data. An object inheriting from data.frame (data.table, tibble).

Details

This function automatically splits the dataset into a numerical and categorical variables. For numerical, the five-number-summary, mean and number of NAs is reported. For categorical columns, the number of unique levels and the most frequent level are provided.

Value

List of three:

Author(s)

Michal Kubista

Examples

1

kubistmi/kubimities documentation built on May 14, 2019, 2:07 p.m.