max_val {rcollectadhd} | R Documentation |
Get the maximum value in each numeric column of a data frame
Description
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.
Usage
max_val(data)
Arguments
data |
The data frame in question. |
Value
The maximum value in each of the numeric columns in the specified data frame (provided there are numeric columns in the data frame).
Examples
max_val(mtcars)
max_val(ChickWeight)
[Package rcollectadhd version 0.8 Index]