[rkward-devel] system("ls") should be working?
Prasenjit Kapat
kapatp at gmail.com
Sat Apr 24 14:40:13 UTC 2010
On Sat, Apr 24, 2010 at 9:31 AM, mat <matthieu.stigler at 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
More information about the Rkward-devel
mailing list