NofRow: Brief look at the data before processing.

Description Usage Arguments Examples

View source: R/NofRow.R

Description

This function returns data frame that shows 1) unique value of a given column of dataset and 2) its number of occurrence 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

c

index of column that you want to skim through

Examples

1
NofRow(data = df, c = column_number)

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