Skip to content
Prev 359426 / 398502 Next

Exporting Commands and Results

You may want to try sink(filename, split=TRUE). If you have particularly
lengthy commands that you wish to save, you can run your syntax file using
source(filename, echo=TRUE, max.deparse.length=Inf) to keep R from
truncating the commands.
On Mar 19, 2016 10:59 AM, "Bert Gunter" <bgunter.4567 at gmail.com> wrote: