[R] LIST HELP

Rajasekaramya ramya.victory at gmail.com
Thu Oct 9 21:01:13 CEST 2008


Hi,

I have a list(A1) of dataframe and a vector containing a 22 list names.
list(A1)
abc
 l m n
 p q r

dce
 e g h
 l k m

kpo
 a d c
also i have a vector of list names.
abc,dce similarly i have 22 elements.

I wanna delete or want a list without the list elements whoes name match up
the vector.

my result should be
kpo
a d c.

i tried lapply it is in working in the way i want.
Kindly help me
Ramya



-- 
View this message in context: http://www.nabble.com/LIST-HELP-tp19905212p19905212.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list