Datadigest Save

Concise interactive data summaries in R

Project README

Travis-CI Build Status

Data Digest

The datadigest package provides a simple interactive framework for exploring data. You can:

codebook image

Usage

Installing and using datadigest typically only requires a few lines of code. To summarize a single file:

install.packages("datadigest")
library("datadigest")
codebook(data = mtcars)

Or to explore all of the data loaded in the current R session:

install.packages("datadigest")
library("datadigest")
explorer(demo = TRUE)

Note that the name of this repo changed from "rhoinc/codebook" to "rhoinc/datadigest" prior to the release of v1.0.2 on CRAN. Any links to the codebook repo will automatically redirect.

Open Source Agenda is not affiliated with "Datadigest" Project. README Source: RhoInc/datadigest
Stars
57
Open Issues
16
Last Commit
4 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating