data_skim: Brief look at the data before cleaning.

Description Usage Arguments Examples

View source: R/data_skim.R

Description

This function returns data frame that shows 1) features(i.e. variables, column names) of the input data and 2) class, number of unique values, and number of NA values for each feature. The function may be used as a supplement to summary(), str() in basic R package and glimpse() in dplyr package to gain basic understanding of given dataset before conducting cleaning and processing missing values.

Usage

1

Arguments

data

Dataset as in data frame

Examples

1

ykimmate14/skimthru documentation built on May 4, 2019, 5:30 p.m.