reducews | R Documentation |
Reduce consecutive, internal whitespace characters (not leading or trailing) to a single whitespace character
reducews(x)
x |
A chacter vector |
modified vector where serial whitespace characters have been replaced with a single whitespace character (the first in the series)
[stringr:::str_squish()] which does essentially the same thing
reducews("CCN 51")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.