tws {gwasrapidd} | R Documentation |
Trim whitespace.
Description
This function removes leading and trailing white space from strings. Note: this function does no checking on input for performance reasons. So make sure the input is really a character vector.
Usage
tws(x)
Arguments
x |
A |
Value
A character vector.
[Package gwasrapidd version 0.99.18 Index]