Re: [R] Exporting to text files

2018-05-19 Thread John
On Fri, 18 May 2018 11:47:25 -0500 Ed Siefker wrote: > I have dose response data analyzed with the package 'drc'. > 'summary(mymodel)' prints my kinetic parameters. I want > that text in an ASCII text file. I want to get exactly what I > would get if I copied and pasted from the terminal window

Re: [R] Exporting to text files

2018-05-18 Thread David Winsemius
Or capture.output Sent from my iPhone > On May 18, 2018, at 12:54 PM, Jeff Newmiller wrote: > > ?sink > >> On May 18, 2018 9:47:25 AM PDT, Ed Siefker wrote: >> I have dose response data analyzed with the package 'drc'. >> 'summary(mymodel)' prints my kinetic parameters. I want >> that text i

Re: [R] Exporting to text files

2018-05-18 Thread Jeff Newmiller
?sink On May 18, 2018 9:47:25 AM PDT, Ed Siefker wrote: >I have dose response data analyzed with the package 'drc'. >'summary(mymodel)' prints my kinetic parameters. I want >that text in an ASCII text file. I want to get exactly what I >would get if I copied and pasted from the terminal window.

[R] Exporting to text files

2018-05-18 Thread Ed Siefker
I have dose response data analyzed with the package 'drc'. 'summary(mymodel)' prints my kinetic parameters. I want that text in an ASCII text file. I want to get exactly what I would get if I copied and pasted from the terminal window. I've read the documentation on data export to text files her