Skip to content
Prev 70453 / 398525 Next

Reading text files and readLine

Hello,

You can append an end-of-line character in your file doing :
 > sink("test2.xml",append=TRUE)
 > cat("\n")
 > sink()

Romain

 Le 26.05.2005 15:17, Tuszynski, Jaroslaw W. a ??crit :