On Sat, Apr 24, 2010 at 9:31 AM, mat <matthieu.stig...@gmail.com> wrote: > > Hi > > I notice that: > system("ls") > > does not return anything, while it does in a simple R console. Is this > known? Expected?
Basically the output is sent to the main R session running in Konsole. So, use this instead: system ("whoami", intern=TRUE) -- Prasenjit ------------------------------------------------------------------------------ _______________________________________________ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel