rmarkdown-workshop icon indicating copy to clipboard operation
rmarkdown-workshop copied to clipboard

FAQ

Open mcfrank opened this issue 7 years ago • 2 comments

was thinking that we should address:

Q: what if the journal wants it in word? A: pandoc it to word! Q: what if you are collaborating with a non-R person? A: let them edit the markdown, paste the text into google docs? [CH what do you here?]

mcfrank avatar Jul 25 '17 01:07 mcfrank

For Q2 I usually send collaborators the word file and let them track changes as they're used to. Will post more Qs here when I think of them.

chartgerink avatar Jul 25 '17 06:07 chartgerink

Q1: The rmarkdown package can create word documents and papaja also has rudimentary support for word. So I don't think it's necessary to teach pandoc as a means to convert between formats?

Q2: I have send out word files in the past, too. It's a somewhat painful to move the changes back over to the Rmd-file but I'm currently not aware of a better way.

Another common question is how to track changes. The easiest answer is to refer to a version control system, e.g. git and GitHub and teach participants how to comment inline on GitHub. Another possibility that is more appropriate for exchange with journals and reviewers is to use latexdiff to highlight changes in a PDF.

crsh avatar Jul 26 '17 16:07 crsh