Search code examples
rr-markdownpapaja

Knitting into a Word document in papaja


Probably a basic question but I can't see how to knit my RMarkdown document into a Word document. I've checked the various ReadMe's e.g. https://crsh.github.io/papaja_man/ but can't see anywhere where it is spelled out. Any help is appreciated.


Solution

  • I believe you have to specify it in your yaml header as such:

    ---
    title: TITLE
    author: AUTHOR
    output: word_document
    ---
    

    Also, the manual does note that there functions won't work when converting into word.