I use the opposite approach ... run R from another software (usually a
GUI developed in VB), using Rscript from dos command line.
Maybe you can get the level of communication you need.
David Remotti
Il 07/09/2016 03:13, Marino David ha scritto:
Hi all R users:
Does anybody have the experience of running an external software in R? I
try to use R to run ANSYS software, which is a engineering simulation
package. I ever have done this task in Matlab platform by executing
the following code line:
system('"C:\Program Files\Ansys Inc\v100\ANSYS\bin\intel\ansys100" -b -p
ane3fl -i D:\Ansys\MyAnsysCode.txt -o D:\Ansys\vm5.out');
Any idea regarding implementing this work is very welcome.
David
[[alternative HTML version deleted]]
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.