str_trim | R Documentation |
Trim whitespace off a string
str_trim(string, side = c("both", "left", "right"))
string |
Character vector of strings. |
side |
Side on which to remove whitespace (left, right or both). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.