README.md

dfexplore

Description

dfexplore is a R package. The aim of dfexplore is to quickly explore a data.frame, graphicaly and by creating a report (not implemented yet) which show the missing values (number and distribution) and classes of data.

To install or update, run in R :

install.packages("dfexplore")

The main function is dfplot(), which display graphicaly the data.frame. Plotting is based on ggplot2.

library(dfexplore)
dfplot(example_df)

Changelog

0.3 - Work in progress

Improvements

Add

0.2.1 - Released the 2013-01-16 on CRAN

Bugfixes based on Bill Venables feedback

Add

Expand

v0.2 - Released the 2013-12-12 on CRAN

Add - dfplot() display a plot with classes and NA in a data.frame

v0.1

Simple ggplot function to display NA in a data frame



jomuller/dfexplore documentation built on May 19, 2019, 7:26 p.m.