Re: [R] Question about Line Ending Choice

2022-09-29 Thread Stephen H. Dawson, DSL via R-help
Cc: r-help Subject: Re: [R] Question about Line Ending Choice Message-ID: <04e458aa-e5f5-c932-da3c-1aa35db7d...@shdawson.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" Hi Bert, Thanks for the reply. I did see the parameter, but was not sure if

Re: [R] Question about Line Ending Choice

2022-09-29 Thread Stephen H. Dawson, DSL via R-help
Hi Enrico, You bring me the missing piece of my understanding to my conceptual planning and cost counting to avoid delivery costs being greater than acceptable. Much appreciated. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454

Re: [R] Question about Line Ending Choice

2022-09-29 Thread Enrico Schumann
On Tue, 27 Sep 2022, Stephen H. Dawson, DSL via R-help writes: > Hi All, > > > I am writing with a question about choosing the line > ending aspect of a file, please. > > I use write.csv and write.table to export work to CSV > files and TXT files. I am planning now on how to share > my work with

Re: [R] Question about Line Ending Choice

2022-09-28 Thread Jorgen Harmse via R-help
(CR,LF) else if (target %in% c(�Unix�,�Mac�)) eol <- LF else if �. else stop(�Unexpected target.�) write.table(eol=eol, �.) Regards, Jorgen Harmse. Message: 7 Date: Tue, 27 Sep 2022 11:35:54 -0400 From: "Stephen H. Dawson, DSL" To: Bert Gunter Cc: r-help Subject: Re: [R] Q

Re: [R] Question about Line Ending Choice

2022-09-27 Thread Stephen H. Dawson, DSL via R-help
Hi Bert, Thanks for the reply. I did see the parameter, but was not sure if this is the correct parameter to reference. I also see it in write.csv. I take it you are saying the eol parameter is the best practice for exporting from R using these functions. Am I correct or is there another

Re: [R] Question about Line Ending Choice

2022-09-27 Thread Bert Gunter
Did you not see the "eol" parameter in write.table ? Bert On Tue, Sep 27, 2022 at 8:23 AM Stephen H. Dawson, DSL via R-help < r-help@r-project.org> wrote: > Hi All, > > > I am writing with a question about choosing the line ending aspect of a > file, please. > > I use write.csv and write.table

[R] Question about Line Ending Choice

2022-09-27 Thread Stephen H. Dawson, DSL via R-help
Hi All, I am writing with a question about choosing the line ending aspect of a file, please. I use write.csv and write.table to export work to CSV files and TXT files. I am planning now on how to share my work with the Windows crowd beyond only sharing with the Linux crowd. I use my text