factorsummary: Convert columns of a data.frame to factors and show summary

Description Usage Arguments Details

View source: R/factorsummary.R

Description

Convert columns of a data.frame to factors and show summary

Usage

1

Arguments

data

a data frame

filter

Whether boring columns should be omitted.

Details

Shortcut to convert the columns of a data.frame to factors and then run the summary function on the resulting data frame. By default, columns which either have as many unique values as there are rows, or only one unique value are filtered.


january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.