[R] re moving a vector from a list.
Rajasekaramya
ramya.victory at gmail.com
Thu Oct 2 19:06:30 CEST 2008
Hi there
I have 386 list of vectors.In that i want to delete 23 vector in the 53 list
element.
[[1]]
"abc" "dfg" "dft" "err"
[[2]]
"elm" "erg"" trr" "rtt"
similarly i have [[386]]
now i want to delete or avoid trr in the [[2]].
i just tried something like this
list[-list[[53]][3]]
--
View this message in context: http://www.nabble.com/removing-a-vector-from-a-list.-tp19783565p19783565.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list