castup.str {espadon} | R Documentation |
The castup.str
function converts a word to upper case,
without accents and spaces.
castup.str(st)
st |
character string |
Returns the ASCII//TRANSLIT transcription of the word st
,
without accents, spaces and in capitals.
castup.str (st = c("Right eye", "Left_Lung", "Right-Lung"))