Learn R Programming

textTools (version 0.1.0)

str_tolower: Calls base::tolower(), which converts letters to lowercase. Only included to point out that base::tolower exists and should be used directly.

Description

Calls base::tolower(), which converts letters to lowercase. Only included to point out that base::tolower exists and should be used directly.

Usage

str_tolower(x)

Arguments

x

A vector or string.

Value

x, converted to lowercase.

Examples

Run this code
# NOT RUN {
str_tolower(c("ALLCAPS", "Some capS"))
# }

Run the code above in your browser using DataLab