Re: [R] reading multiple key=value pairs per line

2013-01-18 Thread Frank Singleton
.frame':3 obs. of 3 variables: # $ key1: num 23 7 2 # $ key2: num 67 22 77 # $ key3: chr "hello there" "how are you" "nice day, thanks" A.K. - Original Message - From: Frank Singleton To: r-help@r-project.org Cc: Sent: Thursday, January 17, 2013 11:21 PM Su

[R] reading multiple key=value pairs per line

2013-01-17 Thread Frank Singleton
Hi, Thanks for a great environmentfor statistical computing :-) I have some input data in a file ("input_kvpairs.csv") of the form key1=23, key2=67, key3="hello there" key1=7, key2=22, key3="how are you" key1=2, key2=77, key3="nice day, thanks" Now in my head I wish it was of the form ("input