[R] File data to data.frame

b4d baccic at gmail.com
Tue Mar 13 11:09:51 CET 2012


Hi, I am playing around with some data and I would like to get data that is
stored in a file like this:

<test.php
GET
username=user
password=pass
>
<test.php
GET
username=user1
password=pass1
>
...

to the data.frame structure, how can I do that directly in R, currently I am
doing parse with bash, but I would like to centralize the procedure and
learn something new.

Thanks

--
View this message in context: http://r.789695.n4.nabble.com/File-data-to-data-frame-tp4468671p4468671.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list