Skip to content

Reading text files and readLine

3 messages · Tuszynski, Jaroslaw W., Romain Francois, Gabor Grothendieck

#
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 :

  
    
#
If its just a matter of suppressing the warning see:

?suppressWarnings
On 5/26/05, Tuszynski, Jaroslaw W. <JAROSLAW.W.TUSZYNSKI at saic.com> wrote: