Find the max of a Series
Description
Find the max of a Series
Usage
<Series>$max()
Details
The Dtypes Int8, UInt8, Int16 and UInt16 are cast to Int64 before summing to prevent overflow issues.
Value
A numeric value
Examples
#> [1] 5
#> [1] Inf
#> [1] Inf