HI, 

I have the list:


> suu
[[1]]
NULL

[[2]]
NULL

[[3]]
item_id  prod
 1           2

[[4]]

item_id prod
1          2 
2          4



how to delete all "NULL" elements from suu to get only

>suu

[[3]]
item_id  prod
 1           2

[[4]]

item_id prod
1          2 
2          4


??


Kind regards,
Tammy

                                          
        [[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