I've posted a similar question on Rstudio but I thought it would be useful to also ask stack users.
My question is basically this: how do you create documents with embedded R graphics that others can easily comment on?
In the past few months I've been wondering how to circulate R analysis within my company quickly without having to paste lots of plots and tables from R. I'm not interesting in embedding R code, but I do want to be able to customise where my plots go and write text around it (title, headings and paragraphs) from R. The package R2wd has huge potential but Rstudio is making the whole production of high quality documents in HTML, pdf and Latex much more intuitive. These formats are generally much more flexible, look better, and take full advantage of R's capabilities.
There are functions generally (but not necessarily correctly) associated with Word which make me (and again I may be wrong) not likely to switch to these other formats. Once the analysis is finished it is then uploaded on a common drive or circulated electronically, and then colleagues/supervisors/ can:
- review the document with Track changes (i.e. edit the text and then leave you the option to accept changes or not), and
- Comment on sections of the text (comments).
These two functions are absolutely crucial when publishing reports on the go (especially new types of analyses which have not been reviewed before), and I was wondering how you'd go about doing this in the formats currently supported by Rstudio (e.g. HTML, latex, pdf), or just how you generally deal with these issues . I'd love to switch to better formats like pdf but I don't know whether it would mean losing the two functions above.