Skip to content
Prev 287125 / 398498 Next

How to read this data properly?

Using the readlines function on your dat string gives the error
because it is looking for a file named "2 3 ..." which it is not
finding.  more likely what you want is to create a text connection
(see ?textConnection) to your string, then use scan or read.table on
that connection.

On Sat, Mar 3, 2012 at 8:15 AM, Bogaso Christofer
<bogaso.christofer at gmail.com> wrote: