search for: postprocesspath

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

2009 May 04
0
Handling Error Thrown After source(...), read.table(...), and readLines(...)
...inally, I'm getting to a point in working 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 a...
2009 May 05
1
self organizing map advice for categorical data
...inally, I'm getting to a point in working 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 a...