[R] Function for reading in multidimensional tables / data.frames

2007-08-15 Thread Werner Wernersen
Hi, I was wondering if there is already some function implemented into R that reads in tables with more than 2 dimensions. There is probably something neat out there... Thanks, Werner Wissenswertes zum Thema PC, Zubehör oder Programme. BE A BETTER INTERNET-GURU! www.yahoo.de/clever

Re: [R] Function for reading in multidimensional tables / data.frames

2007-08-15 Thread Werner Wernersen
Never mind, using scan() and putting it into an array of the specific dimensions is sufficient for my case. But it still would be interesting to know if there is some function to read in more complex data objects. Thanks, Werner Hi, I was wondering if there is already some function