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