tidyfy: Tidy data frame

Description Usage Arguments Value

View source: R/tidyfy.R

Description

Tidy data frame

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tidyfy(x, ...)

## S3 method for class 'grouped_df'
tidyfy(x, ...)

## S3 method for class 'data.frame'
tidyfy(x, by, ...)

## Default S3 method:
tidyfy(x, ...)

Arguments

x

R object, usually a data frame

...

other arguments passed to/from other methods

by

character, variables names to split descriptives by

Value

List of tidied data frames.


mbojan/describe documentation built on May 22, 2019, 12:21 p.m.