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