Displaying 1 result from an estimated 1 matches for "releaseqc".
Did you mean:
releasedc
2012 Feb 09
1
get the first character element from a list
...t; "DL"
"20120111.CEL"
[[2]]
[1] "20120111" "181516" "002" "CCL54D"
"A02"
[6] "S08" "APL932" "PL11" "DL"
"20120111.CEL"
> *releaseqc<-sapply(fields1, "[",4)*
releaseqc
[1] "CCL54D" "CCL54D"
_____________
Dear R community,
I used the *releaseqc<-sapply(fields1, "[",4)* to get the 4th elements from
each sub-list within fields1 list.
How do I get the first non-digital or first char...