| strip_spaces | R Documentation | 
This function removes redundant spaces from character vectors
strip_spaces(x)
| x | character vector | 
character vector without trailing or multiple spaces
stopifnot(confidence:::strip_spaces(" Hello  World  ") == "Hello World")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.