Skip to content
Prev 199789 / 398502 Next

Command-line arguments and --interactive

On Tue, 10 Nov 2009, Duncan Murdoch wrote:

            
I see. That makes sense, and thank you.
Correct. Or, you might consider it an ability to add a command or two to the
effective end of .Rprofile.
Creating a new file progammatically is difficult.

Another solution, suggested by peterdc in the #R irc channel, was to run R
itself and then use the system() command to complete the
prior-to-launching-R task...that is the solution I'm going with, but thanks
very much for your help!

--Adam