despace {statnet.common} | R Documentation |
A one-line function to strip whitespace from its argument.
Description
A one-line function to strip whitespace from its argument.
Usage
despace(s)
Arguments
s |
a character vector. |
Examples
stopifnot(despace("\n \t ")=="")
[Package statnet.common version 4.9.0 Index]