| var_max {hacksaw} | R Documentation | 
Return the indices of n max values of a variable
Description
Return the indices of n max values of a variable
Usage
var_max(var, n = 6)
Arguments
var | 
 the variable to use.  | 
n | 
 number of rows to return.  | 
Examples
var_max(1:10)
[Package hacksaw version 0.0.2 Index]