large_summary: Generate and Print summary statistics for a dataset that...

Description Usage Arguments Details

Description

Generate and Print summary statistics for a dataset that can't be held in memory

Usage

1
large_summary(path, display = T, verbose = F)

Arguments

path

path to a csv file representing a dataframe

display

boolean, should the summary be printed to the console or returned as a list?

Details

If display = T (the default), nothing will be returned but the output will be formatted and printed. If display = F, then the summary statistics will be returned as a list, where the name of each element is a variable and the contents are a list of the summary statistics calculated for each data type.


NSAPH/rcehelp documentation built on May 11, 2019, 7:31 p.m.