sqlRange: Functions that allow to convert numeric vector in to SQL case...

sqlRangeLabelR Documentation

Functions that allow to convert numeric vector in to SQL case statement

Description

Creates CASE statement that turns numberic field into ranges

Creates CASE statement that turns index for the range field

Usage

sqlRangeLabel(field, limits, labels = rangeLabel)

sqlRangeIndex(field, limits, labels = rangeIndex)

Arguments

field

field name to be used for the binning

limits

vector of separator values

labels

function that turns index, low


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.