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

Description Usage Arguments Value Author(s) See Also Examples

Description

Convert space delimited string to a vector of words.

Usage

1
2
3
4
5
6
## Static method (use this):
## Misc$words(string, ...)

## Don't use the below:
## S3 method for class 'Misc'
words(static, string, ...)

Arguments

string

Space delimited character string.

...

Not used

Value

Character vector of words extracted from space delimited string

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Misc.

Examples

1
2
 IDs<-Misc$words("1007_s_at 207169_x_at 208779_x_at 210749_x_at");
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.