Description Usage Arguments Details Value Note Author(s) See Also Examples
UorL was used to convert the letters for a character variable into uppercase or lowercase.
The reason we need to do this is sometimes we may be required to compared the same character variable 
from different files or sources for a consistency check.
1  | 
x | 
 Specify the character variable whose letters to be changed into uppercase or lowercase.  | 
charlower | 
 Specify whether you want to get the uppercase letters or lowercase letters. It defaults to change all the letters into lowercase.  | 
UorL is an easy function to convert the letters for a character variable into uppercase or lowercase.
UorL returns the results of conversion directly. 
None.
Zhijie Zhang, epistat@gmail.com
See also toupper and tolower functions.
1 2 3 4 5 6 7 8 9 10  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.