search for: report_template

Displaying 1 result from an estimated 1 matches for "report_template".

2010 Jan 16
1
Sweave - How to use local objects in code chunks
...s the function Sweave. create_report shall be used to create a pdf-report about an lm-Object which is passed as an argument to create_report. I try to use an object sel_model, that is created within the function environment of create_report and later on used within the first code chunk of the file report_template.rnw. When I use following code I get an error message that the object sel_model could not been found. How can I achieve to use objects within code-chunks that are not globally available, but only within my function call of create_report? Is it only possible to use globally available objects within...