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 Unix. Noticed that a full path can be longer than 256 characters, however, the directory name cannot, at least on windows. 2. The append parameter does not work at all, just try write.table(x = 1,file = ' tmp ',append = TRUE) or write.csv(x = 1,file = 'tmp',append = TRUE) P lease can someone report to the developement team? Regards, Hamed. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.