Description Usage Arguments Value Examples
This function takes a character vector, removes spaces, seperates words with "-", removes commas, and makes it upper case. The idea is that if we want to match names, it's nice to have it clean up the character vectors first.
1 | stdchar(x)
|
x |
a character vector to be standardized |
If the argument is a character or factor vector, stchar
returns a modified version. Otherwise, it returns the argument.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.