castlow.str: Cast of a character string

castlow.strR Documentation

Cast of a character string

Description

The castlow.str function converts a word to lowercase, without accents and spaces.

Usage

castlow.str(st)

Arguments

st

character string

Value

Returns the ASCII//TRANSLIT transcription of the word st, without accents, spaces and in lowercase letters.

See Also

castup.str.

Examples

castlow.str (st = c("Right eye", "Left_Lung", "Right-Lung"))

espadon documentation built on April 11, 2025, 5:57 p.m.