min_val: Get the minimum value in each numeric column of a data frame

View source: R/min_val.R

min_valR Documentation

Get the minimum value in each numeric column of a data frame

Description

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.

Usage

min_val(data)

Arguments

data

The data frame in question.

Value

The minimum value in each of the numeric columns in the specified data frame (provided there are numeric columns in the data frame).

Examples

min_val(mtcars)
min_val(ChickWeight)


rcollectadhd documentation built on Nov. 1, 2024, 5:07 p.m.