cliffnotes

The cliffnotes library allows you to get a quick overview of you an R dataframe. It gives feedback on basic summary statics as well as the top values for categorical features.

library(cliffnotes)
library(nycflights13)

cliffnotes(nycflights13::flights)

Thanks

Hopefully you find this useful.

sessionInfo()
## R version 3.3.1 (2016-06-21)
## Platform: x86_64-apple-darwin13.4.0 (64-bit)
## Running under: OS X 10.11.6 (El Capitan)
## 
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] nycflights13_0.2.0 cliffnotes_0.1-2  
## 
## loaded via a namespace (and not attached):
##  [1] Rcpp_0.12.7     lubridate_1.5.6 digest_0.6.10   assertthat_0.1 
##  [5] jsonlite_1.1    magrittr_1.5    evaluate_0.10   stringi_1.1.2  
##  [9] rmarkdown_1.1   tools_3.3.1     stringr_1.0.0   htmlwidgets_0.7
## [13] yaml_2.1.13     htmltools_0.3.5 knitr_1.15      tibble_1.2