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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to