[R] Warning message about closing a connection XXXX

2012-01-04 Thread Dan Abner
Hello everyone, After running the following code, I obtain this error message. mydata - read.table(textConnection(mystring), +header=TRUE, sep=,, +row.names=id, na.strings= ) mydata Warning message: closing unused connection 3 (mystring) = However, when I attempt to run

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread David Winsemius
On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running the following code, I obtain this error message. mydata - read.table(textConnection(mystring), +header=TRUE, sep=,, +row.names=id, na.strings= ) mydata Warning message: closing unused connection 3

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread William Dunlap
-project.org] On Behalf Of David Winsemius Sent: Wednesday, January 04, 2012 7:10 AM To: Dan Abner Cc: r-help@r-project.org Subject: Re: [R] Warning message about closing a connection On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running the following

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread Prof Brian Ripley
[mailto:r-help-boun...@r-project.org] On Behalf Of David Winsemius Sent: Wednesday, January 04, 2012 7:10 AM To: Dan Abner Cc: r-help@r-project.org Subject: Re: [R] Warning message about closing a connection On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running the following

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread Duncan Murdoch
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of David Winsemius Sent: Wednesday, January 04, 2012 7:10 AM To: Dan Abner Cc: r-help@r-project.org Subject: Re: [R] Warning message about closing a connection On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread Prof Brian Ripley
about closing a connection On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running the following code, I obtain this error message. mydata- read.table(textConnection(mystring), + header=TRUE, sep=,, + row.names=id, na.strings= ) mydata Warning message: closing

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread peter dalgaard
On Jan 4, 2012, at 19:21 , Duncan Murdoch wrote: On 12-01-04 12:25 PM, Prof Brian Ripley wrote: Rather than using a sledgehammer, use showConnections(all=TRUE) to see all connections, and close the ones you want to (and its help page shows you how). In older versions that do give the

Re: [R] Warning message about closing a connection XXXX

2012-01-04 Thread Martin Morgan
: Wednesday, January 04, 2012 7:10 AM To: Dan Abner Cc: r-help@r-project.org Subject: Re: [R] Warning message about closing a connection On Jan 4, 2012, at 9:53 AM, Dan Abner wrote: Hello everyone, After running the following code, I obtain this error message. mydata- read.table(textConnection