min_val {rcollectadhd} | R Documentation |
Get the minimum value in each numeric column of a data frame
Description
min_val()
is a function that returns a data frame holding the minimum value
in each of the numeric columns in the specified data frame.
Usage
min_val(data)
Arguments
data |
The data frame in question. |
Value
The minimum value in each of the numeric columns in the specified data frame (provided there are numeric columns in the data frame).
Examples
min_val(mtcars)
min_val(ChickWeight)
[Package rcollectadhd version 0.8 Index]