Description Usage Arguments Value Examples
Extract white spaces at the begining or end of a word.
1 | trim(word)
|
word |
A string of characters posibly with white spaces at the beging or end of the string. |
Returns a string of characters, with leading and trailing whitespace omitted.
1 2 | trim(" This is a String ")
## return [1] "This is a String"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.