could you make this reporducible- even with dummy data...?  I am not sure
what you want.

On Thu, Oct 9, 2008 at 3:01 PM, Rajasekaramya <[EMAIL PROTECTED]>wrote:

>
> 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.
>
> ______________________________________________
> 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.
>



-- 
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy

Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up and make us
feel like gods.  We are mammals, and have not exhausted the annoying little
problems of being mammals.

-K. Mullis

        [[alternative HTML version deleted]]

______________________________________________
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