mmack
April 12, 2023, 7:42pm
1
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.
cderv
April 21, 2023, 10:29pm
2
I believe this has to do with Docx Style maybe ? Did you try changing this in your reference docx document ?
system
Closed
June 5, 2023, 10:29pm
3
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.