View source: R/toupper_basic.R
toupper_basic | R Documentation |
Uppercase
toupper_basic(x)
x |
A character vector |
The same as toupper(x)
for ASCII entries. For implementation
reasons, strings wider than 32767 characters (bytes) will be ignored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.