Maximum value
Returns the maximum value in a vector or list.
x (Vector): | List The numeric data.
Vector
na_rm (Bool): Whether to remove NA values. Default is false.
Bool
The maximum value.
max([1, 2, 3]) -- Returns = 3.0
min