Hi

I have a list such as this

list(c("q","w"),"r",c("r","w"),c("q","w"))

How do i create a table to include the count of groups of terms please?

ie so output is like / similar to

q","w"    "r"     "r","w"
2            1            1


thanks for any help









--
View this message in context: 
http://r.789695.n4.nabble.com/table-of-list-objects-tp4654601.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