top_min_n: Find Max and Min of the Numeric Columns

Description Usage Arguments Value

View source: R/helpers.R

Description

This function finds max n and min n data of the numeric columns

Usage

1
top_min_n(data, x_var, n = 5)

Arguments

data:

Input data table

x:

A single numeric column to get top n and min n numbers

n:

count of top numbers to return

Value

returns a data.frame with two columns with min and max numbers


r2rahul/expdata documentation built on May 18, 2019, 2:36 a.m.