max_val {rcollectadhd} | R Documentation |
max_val()
is a function that returns a data frame holding the maximum
value in each of the numeric columns in the specified data frame.
max_val(data)
data |
The data frame in question. |
The maximum value in each of the numeric columns in the specified data frame (provided there are numeric columns in the data frame).
max_val(mtcars)
max_val(ChickWeight)