cs | R Documentation |
A function to change letters to uppercase and lowercase in a given text.
cs(xz, level = 1, case = 1, flgdf = FALSE, na.rm = FALSE)
xz |
input text |
level |
optional clean level, either |
case |
change case: |
flgdf |
is |
na.rm |
remove entries with NA data? (optional and logical) |
This is a convenient function to change letters to uppercase and lowercase in a text for
argument 'case'
in function cln
, and it inherits values from this function for 'level'
,
'flgdf'
, and 'na.rm'
.
Input text with defined case.
Antonio Rivero Ostoic
cln
cs("Caesar?*+", level=2, case=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.