search for: firstdataset

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

2011 Nov 07
1
function that load variables
...ts',sep=""))     }         return (load(file=paste(path,'Results',sep=""))) } so my idea was the following: I call the function and it retuns the values first,second,... loaded into the current working space. If I want to refresh them, something has changed to the firstDataSet I set the function's variable Reload=True and thus all the data are refreshed. The problem is not that the return statement I ahve at the end of the function does not return the loaded variable to the working environment but only the status of the load command. Do you know how I can change tha...