powered by
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.
TRUE
maximum_variable_value(data)
a named list
(data.frame) a data frame
data.frame
ADSL[c("AGEGR1", "BMIBLGR1")] |> maximum_variable_value()
Run the code above in your browser using DataLab