Skip to content
Prev 13640 / 398502 Next

Save/Display R Work

> Is it possible to save the work done in R, then source it
    > back in AND display all the work within R later?  I know
    > that one can save the history (i.e. all the codes in a
    > session) in *.R format, then source it back in at a later
    > stage.  However the historical codes will not be displayed
    > within R, only the line source(...) is displayed.

If you give source the argument echo=T, the source'd code will be
displayed.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._