Tagged Questions
0
votes
0answers
62 views
How to read parameters to sweave? [closed]
How can i read parameter form sweave? I have one sweave file (Report.Rnw). I need to pass input file names, sample id and output file name. How can i implement it?
Report.Rnw <infile1> ...
2
votes
2answers
732 views
Supplying string parameters to Sweave document
This must be a simple question but I don't figure out how I can do it.
I would like to produce a pdf report using Sweave. And actually, many many reports.
I shortened and simplified the sweave code ...