Description Usage Value Author(s) See Also Examples
Converts all of the characters in this String to upper case.
1 2 | ## S3 method for class 'String'
toUpperCase(this, ...)
|
Returns the string, converted to upper case.
Henrik Bengtsson (http://www.braju.com/R/)
1 2 3 | s <- String("Hello world!")
toUpperCase(s) # "HELLO WORLD!"
toUpperCase("Hello world!") # "HELLO WORLD!"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.