Learn R Programming

stringfish (version 0.16.0)

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
if(getRversion() >= "3.5.0") {
x <- LETTERS
sf_tolower(x)
}

Run the code above in your browser using DataLab