Displaying 1 result from an estimated 1 matches for "underlk".
Did you mean:
underly
2010 May 02
1
Shell command help
Dear R Community,
I am trying to run a command line in R that will open an external program, have it import a specific input file, run the program, then close the program. The command line that I got from the developer of the model to do this looks like what you see below:
c:\programx.exe -import 'inputx.inp' -run -quit
I have been trying to use shell() or shell.exec() to run this in