On 2011-01-10 02:36, Tutu2008 wrote:
The guide of R Code style recommends to write script with a maximal length of 80 characters?how to break a line longer than 80 characters like filename_name<- ("/blaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/"/ blaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/data.csv")
I would use file.path() on the pieces that go into your filename. Peter Ehlers
I did not find any answer while googling. Thank you!
______________________________________________ [email protected] mailing list 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.

