search for: postprocess_scriptname

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

2009 May 04
0
Handling Error Thrown After source(...), read.table(...), and readLines(...)
...g with R where I would like to start to add some smart 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&quo...
2009 May 05
1
self organizing map advice for categorical data
...g with R where I would like to start to add some smart 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&quo...