Description Usage Arguments Details Value Author(s) Examples
The function trims leading and/or tailing spaces from string(s), using C function implemented in the BIOS library.
1 | trim(x, left = " \n\r\t", right = " \n\r\t")
|
x |
A character string, or a vector of strings |
left |
Characters that are trimmed from the left side. |
right |
Characters that are trimmed from the right side |
left
and right
can be set to NULL. In such cases no trimming
will be performed.
Trimmed string(s)
Jitao David Zhang <jitao_david.zhang@roche.com>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.