OdfWeave is a great way of creating reports and other quality output from R. 
But is there a simple way to pass a parameter to the report? What I mean is:
odfWeave(templatefile,outputfile) creates the report. If would be much more 
flexible if it would be possible to do something like 
odfWeave(templatefile,outputfile, versionnumber) to pass versionnumber to the 
templatefile, or even odfWeave(templatefile,outputfile,parameterfile) to pass 
the name of a file where other variables are stored. Is something like this 
possible? The only way I see is store parameters in a file that is read in 
templatefile.Thank for any suggestionsFrans                                     
     
        [[alternative HTML version deleted]]

______________________________________________
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