trim_ws | R Documentation |
By default, trim both leading and traling white spaces unless specified
trim_ws(x, leading = FALSE, trailing = FALSE, all = FALSE, replacement = "_")
x |
a character |
all |
a boolean, trim non-leading/trailing white spaces as well if equals TRUE |
replacement |
a character to replace non-leading/trailing white spaces with |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.