hello,
I have  a problem running a R script actually I'm using source() and sink() and 
it doesn't work

source("T:/agents/melyakhlifi/R/essai_rep.r")

to execute a file and the file contain

sink("T:/agents/melyakhlifi/R/sortie.html")
cat("<html><body><pre>\n")
matrix.merge2
cat("</pre></body></html>\n")
sink()


I don't understand why when I execute just the syntax with sink() it work but 
in using source() it doesn't work
thanks


      
_____________________________________________________________________________ 

        [[alternative HTML version deleted]]

______________________________________________
[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.

Reply via email to