Generates formatted summary tables for vectors and dataframes. Three summarizing functions: 1) 'freq' generates frequency tables reporting counts and proportions (including cumulative); 2) 'descr' gives common central tendency statistics and measures of dispersion for numerical data; 3) 'dfSummary' gives as much information as possible about a dataframe and its components in a clear, legible table. All three functions can either display plain text tables in the console or write markdown, text or html files to disk. An additional misc function, 'what.is', extends base 'is' function, checking the object against all 'is' functions and gives a variety of other information about the object.
Version: | 0.4 |
Depends: | htmltools |
Imports: | methods, pryr, pander, xtable, rapportools, rstudioapi, utils |
Published: | 2015-08-05 |
Author: | Dominic Comtois |
Maintainer: | Dominic Comtois <dominic.comtois at gmail.com> |
License: | GPL-2 |
URL: | https://github.com/dcomtois/summarytools |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | summarytools results |
Reference manual: | summarytools.pdf |
Package source: | summarytools_0.4.tar.gz |
Windows binaries: | r-devel: summarytools_0.4.zip, r-release: summarytools_0.4.zip, r-oldrel: summarytools_0.4.zip |
OS X Mavericks binaries: | r-release: summarytools_0.4.tgz, r-oldrel: summarytools_0.4.tgz |
Old sources: | summarytools archive |
Please use the canonical form https://CRAN.R-project.org/package=summarytools to link to this page.