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