Learn R Programming

summarytools (version 0.9.3)

tb: Convert Summarytools Objects to Tibbles

Description

Make a tidy dataset out of freq() or descr() outputs

Usage

tb(x)

Arguments

x

a freq() or descr() output object

Value

A tibble which is constructed following the tidy principles.