|
|
|
|
|
by phillc73
3114 days ago
|
|
I think you need to reference the data files from the working directory, not the directory where the script currently is. The two aren't necessarily the same. The current working directory can be found with getwd() and set with setwd(). If you set the working directory at the beginning of the script, paths to data files should be relative to that location. |
|