apply_case: Put string in right case according to global option.

View source: R/utils.R

apply_caseR Documentation

Put string in right case according to global option.

Description

If global option sqlq_case is set to "lower", put the string in lowercase, if it is set to "upper", put the string in uppercase. Otherwise the string is not changed.

Usage

apply_case(s)

Arguments

s

The string whose case must be changed.

Value

The string in the right case.


sqlq documentation built on Sept. 16, 2025, 9:10 a.m.