The help for warning offers some suggestions. Sarah
On Tue, Mar 6, 2012 at 12:53 PM, Federico Calboli <f.calb...@imperial.ac.uk> wrote: > Hi All, > > I am writing a function that reads a file in > > myfile = file('myfile.raw', 'rb') > . > . > . > . > . > close(myfile) > > No matter what, I get the warning > > Warning message: > closing unused connection 3 (myfile.raw) > > Since the whole thing is in a function, I'd like to avoid unecessary noise > for the user, and I'd like to kill the warning -- without having to mess with > global options. > > Any ideas how? > > BW > > F > -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.