Learn R Programming

espadon (version 1.11.3)

castup.str: Cast of a character string

Description

The castup.str function converts a word to upper case, without accents and spaces.

Usage

castup.str(st)

Value

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

Arguments

st

character string

See Also

castlow.str.

Examples

Run this code
castup.str (st = c("Right eye", "Left_Lung", "Right-Lung"))

Run the code above in your browser using DataLab