README.md

colstats

Travis-CI Build Status

This simple and lightweight package contains one function, colstats(), which is used to profile the columns in your dataset.

Install, load, and use

devtools::install_github("dannymorris/colstats")

library(colstats)

colstats::colstats(iris)

Examples of column profiling

For all columns

For numeric columns

For categorical columns



dannymorris/colstats documentation built on May 31, 2019, 5:40 a.m.