Akio Sone
2001-Apr-26 19:04 UTC
[R] Is there any function equivalent to Rgui's File--Save to File (menu bar) command ? (R for Windows)
Dear R users: I would like to know whether or not there is some auxiliary function for the Windows Port that emulates Rgui's Fille|Save to File [menu bar] command, analogous to flush.console(). More specifically, what I want to do is to insert such a function in .Last function in .Rprofile to automatically save the contents of the console as an ASCII text file whenever I quit Rgui. Or is there any system parameter that represents the contents of the console and can be used as an argument of save command? Thank you for your assistance. Akio Sone Harvard-MIT Data Center e-mail: asone at latte.harvard.edu s -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Prof Brian D Ripley
2001-Apr-28 07:49 UTC
[R] Is there any function equivalent to Rgui's File--Save to File (menu bar) command ? (R for Windows)
On Thu, 26 Apr 2001, Akio Sone wrote:> Dear R users: > > I would like to know whether or not there is some auxiliary function for the > Windows Port that emulates Rgui's Fille|Save to File [menu bar] command, > analogous to flush.console().That's nothing like what flush.console () does.> More specifically, what I want to do is to insert such a function in .Last > function in .Rprofile to automatically save the contents of the console as > an ASCII text file whenever I quit Rgui. Or is there any system parameter > that represents the contents of the console and can be used as an argument > of save command?savehistory(). If you save the workspace the history is saved too. This is standard (cross-platform) R behaviour. Note: this saves the input: neither the menu nor the command save the output in the Rgui console window, and theat is not retained. -- 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Reasonably Related Threads
- A bug (?) in Rgui Configuration Editor (buffer lines) in R1.2.0 for Windows (Rgui.exe)
- To execute jpeg() under a remotely accessed Linux machine(via non-X-window emulation mode)
- winbind -u works, getent passwd dont't work
- Problem about Rconsole: R for Windows Version 1.5.0 Patched (2002-06-05 and 2002-06-12)
- How to divide the puppet.conf file in multiple files ?