castlow.str {espadon} | R 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
Examples
castlow.str (st = c("Right eye", "Left_Lung", "Right-Lung"))
[Package espadon version 1.7.2 Index]