snip_highest: A fn for info_snippet(): get the highest value from a column
Description
The snip_lowest() function can be used as an info_snippet() function
(i.e., provided to fn) to get the highest numerical, time value, or
alphabetical value from a column in the target table.
Usage
snip_highest(column)
Arguments
column
The name of the column that contains the target values.