Displaying 1 result from an estimated 1 matches for "lloydmax".
2008 Oct 17
2
R script from Python
...e of nature of project.
Python code :
import subprocess
command = 'c:\\Program Files\\R\\R-2.7.2\\bin\\Rterm.exe --vanilla -q
<d:\\test\\run\\geneBank.r> d:\\output.out'
subprocess.Popen(command).wait()
After that, I get error messages on Rterm.exe terminal :
ARGUMENT 'd<:\lloydMax.r>' __ignored__
ARGUMENT 'd:\output.txt' __ignored__
Why ?
[[alternative HTML version deleted]]