Misc$words {IdMappingAnalysis} | R Documentation |
Convert space delimited string to a vector of words.
## Static method (use this): ## Misc$words(string, ...) ## Don't use the below: ## S3 method for class 'Misc' words(static, string, ...)
string |
Space delimited character string. |
... |
Not used |
Character vector of words extracted from space delimited string
Alex Lisovich, Roger Day
For more information see Misc
.
IDs<-Misc$words("1007_s_at 207169_x_at 208779_x_at 210749_x_at");