search for: wms_result

Displaying 1 result from an estimated 1 matches for "wms_result".

Did you mean: wms_results
2009 May 13
2
Input to variables - help please
Dear list I have managed to write a short program to evaluate data which is inputted from a csv file using the following x = read.csv("wms_results.csv", header=TRUE) All works fine but since I have a number of similar data files which have different names, I would like the program to allow me to input the file name, rather than having to edit the program. >From the documentation I am unclear how to replace the "filename.csv&qu...