Learn R Programming

IdMappingAnalysis (version 1.16.0)

Misc$words: Convert space delimited string to a vector of words

Description

Convert space delimited string to a vector of words.

Usage

## Static method (use this): ## Misc$words(string, ...)
## Don't use the below: "words"(static, string, ...)

Arguments

string
Space delimited character string.
...
Not used

Value

Character vector of words extracted from space delimited string

See Also

For more information see Misc.

Examples

Run this code
 IDs<-Misc$words("1007_s_at 207169_x_at 208779_x_at 210749_x_at");
 

Run the code above in your browser using DataLab