makeDescriptives: Make Descriptives

Description Usage Arguments Value Examples

View source: R/makeDescriptives.R

Description

Make descriptive statistics in the style of Excel from your data frame.

Usage

1
makeDescriptives(y, roundDP = 2, fName = NULL)

Arguments

y

the data to create summary statistics on

roundDP

the number of decimal places to round relevant stats to

fName,

optional parameter directing where to write out an xlsx file with descriptive statistics. Defaults to NULL and file will be written to current working directory

Value

tidy data frame with descriptive statistics Also writes out a .xlsx file to designated location with the dataframe of descriptive statistics.

If no filename or location specified, it will write to a file called "descriptives date/time.xlsx" in current working directory.

Examples

1
descriptives <- makeDescriptives(y)

stephdesilva/excelTransition documentation built on May 19, 2019, 3:05 a.m.