Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

You can’t perform that action at this time.