knitr::opts_chunk$set(echo = TRUE)

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()


mndrake/cliffnotes documentation built on May 23, 2019, 5:06 a.m.