max_val | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.