I want to include an image in an Rmarkdown doc that knits to Word. I'm using the following code in the Rmd file:
output:
word_document:
reference_docx: WordStyles_Reference.docx
!(r logo
)
This adds the image to the Word doc aligned to the left. How do I make the image aligned to the right? So it shows up on the right side of the Word doc.