Re: [R] Reading several tables from stdin

2012-06-13 Thread Jeff Newmiller
Since you don't seem to recognize the term "sessionInfo", you definitely need to read the posting guide. See the link at the bottom of the message. > RSiteSearch("XML") is a good tool to know about. --- Jeff Newmiller

Re: [R] Reading several tables from stdin

2012-06-13 Thread Julio Sergio
Jeff Newmiller dcn.davis.CA.us> writes: > > problems. You also didn't supply the output of sessionInfo so we don't > even know your environment. I thought the output was provided, as I copied the output directly from my terminal. By the way the OS system is Ubuntu Linux 12.4 > If you are bou

Re: [R] Reading several tables from stdin

2012-06-13 Thread Jeff Newmiller
Your expectations of response time are out of line for a mailing list. The subject of your question might or might not be appropriate here depending on how portable you want the solution to be. Your dependence on operating-system-specific features (ctrl-d as eof) and expectation that such fea

Re: [R] Reading several tables from stdin

2012-06-13 Thread Julio Sergio
Julio Sergio gmail.com> writes: > > I'm trying to write a Rscript program capable of reading several tables from the > standard input. The problem is that the tables aren't in files because they > ... > Do you have any comments on this? > > Thanks, Well, maybe I'm not posting this message

[R] Reading several tables from stdin

2012-06-13 Thread Julio Sergio
I'm trying to write a Rscript program capable of reading several tables from the standard input. The problem is that the tables aren't in files because they are coming from another process that is generating them. From the R-console the following works pretty well: |> f <- stdin() |> t <-