[R] Reading data from a string

Sigbert Klinke sigbert at wiwi.hu-berlin.de
Wed Aug 8 11:03:08 CEST 2007


Hi,

I'am looking for ways in R to read in data from a character string in my 
wiki. Currently I see two possibilities:

1.) write my own routine
2.) using read.table(textConnection(mydata))

Of course, I want to avoid writing my own routine and textConnection is 
a forbidden command by the R-PHP people (and I think they had good 
reasons for this). Does anybody know other possibilities?

Thanks in advance

  Sigbert Klinke



More information about the R-help mailing list