Re: [R] Issue with R write() function

2018-06-23 Thread Jeff Newmiller
1. This behavior is dictated by the file system (an operating system feature) that is in use. Chances of it changing in R are extremely small. 2. While not clearly documented, this behavior is consistent with the definition of what a "csv" file is. Headers located at other than line 1 are not v

[R] Issue with R write() function

2018-06-23 Thread Hamed Ha
I am recently updated to R 3.5.0 and noticed some weird errors in write() function. Further, I noticed that write.csv, write.table and generally the functions that derive from write() are all weird. 1. write() function does not accept a path longer than 256 characters neither on Windows or U