Displaying 2 results from an estimated 2 matches for "connectionx".
Did you mean:
connection
2009 Jul 16
1
Too many open files
...nnection" with
# warnings: "Too many open files".
?
# ---------------- Create a junk file and "save" it for use further into
the program ---
junk <- 1
MyPathnameA <- "C:\\Documents and Settings\\All
Users\\Documents\\SIREPO\\DBFS-0150"
connectionX <- paste(MyPathnameA,"junk",sep="\\")
outJunk <- file(connectionX, open="wb")
save(junk, file=outJunk)
close(outJunk)
# The next two lines are a repeat from above. They will be useful if you
want to run
# this script again after "jun...
2009 Jul 10
0
Too many files open (PR#13818)
...on" with
# warnings: "Too many open files".
# ---------------- Create a junk file and "save" it for use further into
the program ---
junk <- 1
MyPathnameA <- "C:\\Documents and Settings\\All
Users\\Documents\\SIREPO\\DBFS-0150"
connectionX <- paste(MyPathnameA,"junk",sep="\\")
outJunk <- file(connectionX, open="wb")
save(junk, file=outJunk)
close(outJunk)
# The next two lines are a repeat from above. They will be useful if you
want to run
# this script...