maximum_variable_value: Maximum Value

View source: R/maximum_variable_value.R

maximum_variable_valueR Documentation

Maximum Value

Description

For each column in the passed data frame, the function returns a named list with the value being the largest/last element after a sort. For factors, the last level is returned, and for logical vectors TRUE is returned.

Usage

maximum_variable_value(data)

Arguments

data

(data.frame)
a data frame

Value

a named list

Examples

ADSL[c("AGEGR1", "BMIBLGR1")] |> maximum_variable_value()

cards documentation built on Dec. 2, 2025, 9:07 a.m.