README.md

textreport

Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. Build
Status Coverage
Status Version

textreport Logo

textreport automatically generates visual, descriptive reports for text data.

The following code generated this visual, descriptive report.

textreport::report(presidential_debates_2012, c("person", "time"))

textreport can also produce a text based, table report instead by using:

textreport::report(presidential_debates_2012, c("person", "time"), tables.only = TRUE)

Table of Contents

Installation

To download the development version of textreport:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/textreport")

Contact

You are welcome to: submit suggestions and bug-reports at: https://github.com/trinker/textreport/issues send a pull request on: https://github.com/trinker/textreport/ * compose a friendly e-mail to: tyler.rinker@gmail.com



trinker/textreport documentation built on June 1, 2019, 1:47 a.m.