[R] reading in vectors from text files

2005-03-20 Thread Rashmi Mathur
Hello, I am trying to read in a file of data using read.table(), in which the data in one column is vectors. The format of the file is as follows - FirstName LastNameno.Children children.ages Sally James 3 c(3,5,7) John

Re: [R] reading in vectors from text files

2005-03-20 Thread Uwe Ligges
Rashmi Mathur wrote: Hello, I am trying to read in a file of data using read.table(), in which the data in one column is vectors. The format of the file is as follows - FirstName LastNameno.Children children.ages Sally James 3