Description Usage Arguments Value Examples
Remove empty lines from a string, such as "" or " "
1 |
str |
A character string |
The character string stripped from empty lines
1 2 3 4 | ## Not run:
strip_empty_lines(c("test","", " "))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.