How is the data organized? You could 'linearize' the data (e.g., column
order) and supply the dimensions of the data that you would apply after the
data was read in.
If you had three dimensions and you separated each 2D page with a blank
line, you again could reconstruct the data. If you have the ability to
change the program doing the output, then look at the output of 'dput'
for a
multidimensional object and create a text string that looks like that and
'source' it in.
On 3/27/06, Werner Wernersen <pensterfuzzer@yahoo.de>
wrote:>
> Hi,
>
> I would like to read in multi-dimensional data from a
> text file, i.e. "tables" with more than 2 dimensions.
> I have looked for a function which I can abuse for
> that but haven't found anything.
>
> I would appreciate it a lot if somebody gave me a hint
> if such functions already exist somewhere.
>
> Thanks,
> Werner
>
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390 (Cell)
+1 513 247 0281 (Home)
What the problem you are trying to solve?
[[alternative HTML version deleted]]