Package: summarytools
Type: Package
Title: Dataframe Summaries, Frequency Tables and Numerical Summaries
        with Customizable Output
Version: 0.3
Date: 2015-03-10
Author: Dominic Comtois
Maintainer: Dominic Comtois <dominic.comtois@gmail.com>
Description: 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' which attempts to give 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.
Depends: htmltools
Imports: pander, xtable, rapportools, rstudioapi, utils
License: GPL-2
URL: https://github.com/dcomtois/summarytools
Packaged: 2015-03-11 01:36:31 UTC; dominic
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-11 07:53:43
Built: R 3.1.3; ; 2015-03-12 17:53:12 UTC; unix
