[R] Using Rscript

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Jan 30 20:47:09 CET 2009


You use the facilities of your command-line shell.

Rscript infile.R > outfile

works in every one I have seen in recent years, including Windows' 
cmd.exe (although many people prefer more capable shells on that 
platform such as tcsh or bash).

On Fri, 30 Jan 2009, Philip Whittall wrote:

> Dear List,
>
> Hopefully someone will point me to a piece of documentation that I have
> overlooked.
> I am running Rscript successfully to read and execute an R program, but
> have failed
> to find the correct syntax to route the output to a file using the
> Rscript command that invokes
> the job. I tried Rscript -e 'sink("outputfile")' script.R , but it then
> ignored the scriptfile.
> I know that pipes would solve the problem in unix, but I have no idea
> how the windows equivalent
> works. I am running R.2.8.0 on windows,
>
> Many thanks,
>
> Philip
>
>
>
>
> This message should be regarded as confidential. If you have received this email in error please notify the sender and destroy it immediately.
> Statements of intent shall only become binding when confirmed in hard copy by an authorised signatory.  The contents of this email may relate to dealings with other companies within the Detica Group plc group of companies.
>
> Detica Limited is registered in England under No: 1337451.
>
> Registered offices: Surrey Research Park, Guildford, Surrey, GU2 7YP, England.
>
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list