Learn R Programming

pointblank (version 0.6.0)

snip_lowest: A fn for info_snippet(): get the lowest 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 lowest numerical, time value, or alphabetical value from a column in the target table.

Usage

snip_lowest(column)

Arguments

column

The name of the column that contains the target values.

Value

A formula needed for info_snippet()'s fn argument.