Displaying 1 result from an estimated 1 matches for "1001_a".
Did you mean:
1001_at
2007 Nov 30
2
List operations in R
...; myIDs[1:10]
[1] "54898" "7083" "7031" "7083" "4175" "4605"
"7494" "5111" "960" "990"
>> class(myIDs)
[1] "character"
Similarly x2 objects is
> x2[1:4]
1000_at 1001_at 1002_f_at 1003_s_at
"5595" "7075" "1557" "643"
> class(x2)
[1] "character"
I am not happy the way x2 is right now. I do not want
names of the elements. I want to write to another
object x3 that has only values of the elements a...