deblank | R Documentation |
Removes leading and trailing spaces from character strings.
deblank(x)
x |
Character string(s). |
x <- " Why hello there. "
print(deblank(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.