I want to read a file as described at
http://snap.stanford.edu/data/wiki-RfA.html
into a data frame in R.
I know the function read.table
but I think it works only with vertical table.
How should I read a file like above.
The file format is:
SRC:Guettarda
TGT:Lord Roem
VOT:1
RES:1
YEA:2013
DAT:19:53, 25 January 2013
TXT:'''Support''' per [[WP:DEAL]]: clueful, and unlikely to break Wikipedia.
So I want to read the file into a dataframe with 7 columns SRC, TGT, ... TXT
.