wesley mathew wrote:
> 
> I have one R program for writing data in XML File.
> suppose I can execute same program in different R section for writing
> different XML files but another R program need to read these data after i
> wrote in XML file.
> 

It is a bit unclear for me what you mean with "'R section", but the simplest
way out would be to generate a shell batch file to run one program

(Under windows)

rterm.exe --no-save < writexml.r
rterm.exe --no-save < thereport.r

If you need to pass parameters to the report writer, you could use

Sys.setenv
Sys.getenv

Dieter


-- 
View this message in context: 
http://www.nabble.com/communication-of-R-Programs-tp25783067p25783954.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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