var_max: Return the indices of n max values of a variable

Description Usage Arguments Examples

View source: R/splits.R

Description

Return the indices of n max values of a variable

Usage

1
var_max(var, n = 6)

Arguments

var

the variable to use.

n

number of rows to return.

Examples

1
var_max(1:10)

hacksaw documentation built on Jan. 13, 2021, 7:57 a.m.