Learn R Programming

stringfish (version 0.19.2)

sf_tolower: sf_tolower

Description

A function converting a string to all lowercase

Usage

sf_tolower(x)

Value

A stringfish vector where all uppercase is converted to lowercase

Arguments

x

A character vector

Details

Note: the function only converts ASCII characters.

See Also

tolower

Examples

Run this code
x <- LETTERS
sf_tolower(x)

Run the code above in your browser using DataLab