R/datadigest-package.R

#' Create an interactive codebook
#'
#' The \code{datadigest} package provides a simple interactive framework for exploring data.  
#' The package serves as an R interface for Rho's \code{web-codebook} 
#' JavaScript library. This tool provides a concise summary of every variable in a data frame and 
#' includes interactive features such as real-time filters, grouping, and highlighting. 
#' The R interface allows the analyst to interactively explore datasets within the typical 
#' analysis workflow and working environment.  
#' \code{datadigest} has been built using the \code{htmlwidgets} framework.
#'
#' @source Rho's web-codebook JavaScript library: \url{https://github.com/RhoInc/web-codebook}.
#'
#' @name datadigest-package
#' @docType package


NULL

Try the datadigest package in your browser

Any scripts or data that you put into this service are public.

datadigest documentation built on May 2, 2019, 7:15 a.m.