min_val {rcollectadhd} | R Documentation |
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.
min_val(data)
data |
The data frame in question. |
The minimum value in each of the numeric columns in the specified data frame (provided there are numeric columns in the data frame).
min_val(mtcars)
min_val(ChickWeight)