Displaying 1 result from an estimated 1 matches for "scriptwithout".
2012 Apr 19
1
working with environments to ensure code quality for long R scripts
...king under R2.11 Windows and currently I work on a big R
progjet which executes different R script in a row. Every R script
represents a module. As every module depends of the variables created in the
modules previously executed, I want to be shure, that I don't create or
change a variable in a scriptwithout being aware that this affects the
results in a later executed script. Therefore, I was think to save all
important variables to keep in a seperate "backup" environment. Everytime a
script starts, it loads the variables of the "backup" environment in
.GlobalEnv. At the end of the...