[R] Closing binary file connections

Sven Garbade garbade at psy.uni-muenchen.de
Thu Jan 10 12:01:51 CET 2002


Hi all,

I'm writing a function that read data from a binary file. I want to
close all opened connections, but it failed:

> showConnections()
   description        class  mode text     isopen   can read can write
3  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
4  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
5  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
6  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
7  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
8  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
9  "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
10 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
11 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
12 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
13 "daten/t5_all.mea" "file" "rb" "binary" "opened" "yes"    "no"     
> closeAllConnections()
Error in close(set[i]) : no applicable method for "close"
In addition: Warning message: 
no sink to remove 

What does this mean?

Thanks, Sven
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list