On 11/5/2007 8:34 AM, Antje wrote: > Hello again, > > I was wondering whether there is a command with which I can print the structure > of a list, containing list of list of ... > If you have any hint let me know... str() can print the structure of any R object. Duncan Murdoch