Skip to content
Prev 58626 / 398503 Next

Calling Other (non-C or Fortran) Programs from R

On Sun, 7 Nov 2004 08:50:25 -0600, Tim F Liao <tfliao at uiuc.edu> wrote:

            
I don't know what LEM is.  If it's a language that can produce DLLs or
.so's, then it should be straightforward to call them.  If it's a
program using standard input and output, the system() function is what
you want.

Duncan Murdoch