search for: fullpostpocessingpath

Displaying 2 results from an estimated 2 matches for "fullpostpocessingpath".

2009 May 04
0
Handling Error Thrown After source(...), read.table(...), and readLines(...)
...t and custom error handling. Specifically, I would like to add custom error handling to my code for source(...), read.table(...), and readLines(...) For example, right now I have the following: > postprocesspath<-c("C:/") > postprocess_scriptname<-c("Bob.R") > fullpostpocessingpath<-paste(postprocesspath, postprocess_scriptname, sep="") > source(fullpostpocessingpath) Error in file(file, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(file, "r", encoding = encoding) : cannot open file 'C...
2009 May 05
1
self organizing map advice for categorical data
...t and custom error handling. Specifically, I would like to add custom error handling to my code for source(...), read.table(...), and readLines(...) For example, right now I have the following: > postprocesspath<-c("C:/") > postprocess_scriptname<-c("Bob.R") > fullpostpocessingpath<-paste(postprocesspath, postprocess_scriptname, sep="") > source(fullpostpocessingpath) Error in file(file, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(file, "r", encoding = encoding) : cannot open file 'C...