Hi, am not sure if this is the best platform to ask this question, so please excuse it if it's tangential. I am writing an R function that also involves some brief interfacing with SCILAB. I am doing this via the terminal in LINUX, using the system() command. I have an .sce file that I wish to execute. Would anyone be able to help with the syntax for this?
Right now I have: system("scilab -f x.sce") but that doesn't seem to be working. The system() part is working fine, but "scilab -f x.sce" seems to be the wrong syntax to execute a SCILAB file. Any ideas would be greatly appreciated! Thanks, Shruthi -- View this message in context: http://www.nabble.com/calling-SCILAB-from-R-tp21221814p21221814.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list 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.