Is there a general method for finding out what "something" is in R please.
I have a list (bycontract) that; > is.list(bycontract3) [1] TRUE And an element of this list would be this say; > bycontract3[[1]] [1] 22 3.2 -8 -17 49 3 [7] 30 -3 -21 8 3 12 [13] 49 19 -13 -2 25 39 [19] -12 -90 -1 15 -87 30 I can not seem to see what type of object this element is (is.list = FALSE) - also is there a way to take all the elements and just put them in just one series please Regards glenn [[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.