Skip to content
Prev 192605 / 398498 Next

get the command line

Hi,
On Sun, Sep 6, 2009 at 11:25 PM, Peng Yu<pengyu.ut at gmail.com> wrote:
What does "the whole command line" mean? Are you looking for the
command args in one string?

paste(commandArgs(), collapse=" ")

Can you give an example of what you're trying to get?

-steve