Description Usage Arguments Value Author(s) See Also Examples
Trims leading and trailing white space from character strings.
1 |
x |
character vector |
A character vector of the same length as x
in which leading and trailing white space has been stripped off each value.
Tim Beissbarth and Gordon Smyth
An overview of LIMMA functions for reading data is given in 03.ReadingData.
1 2 | x <- c("a "," b ")
trimWhiteSpace(x)
|
[1] "a" "b"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.