Displaying 1 result from an estimated 1 matches for "snwfile".
Did you mean:
sndfile
2007 Nov 08
2
Sweaving single master file to get multiple individualised reports
...teName.odt" # same for all schools/regions
outfile <- paste("ReportName",schoolname,".odt",sep = "") # unique to
school/region
odfWeave(infile,outfile)
}
However, as far as I can see (admittedly, seldom very far) the
equivalent Sweave call is just Sweave(SnwFile) which would create
SnwFile.tex.
What I'm hoping for
?--------------------
Any one or more of:
- A blasting for lack of understanding that tells me it's all easy,
really (plus a "how to" or a "where to find and actually see")
- A work-around
- An idiot's guide to h...