Displaying 1 result from an estimated 1 matches for "myfile1020".
2003 Feb 28
2
File opening error after 1020 files opened
...i])
}
In the beginning it was fine. But after reading 1020 images or so, the
read.pnm function
seems to crash on me:
[1] 1017
[1] 1018
[1] 1019
[1] 1020
Error in open.connection(con, open = "rb") :
unable to open connection
In addition: Warning message:
cannot open file `/mydir/myfile1020.ppm'
Then the R environment seems to crash too because I can't read any other
files anymore. Neither can I use function "dir".
dir("mydir")
character(0)
Warning message:
list.files: "mydir" is not a readable directory
I quit R and close all other applicatio...