Here is the text in my word doc in docx format.
My code is:
library(WordR)
renderInlineCode("doc1.docx", "doc2.docx")
I am getting the 2nd row correct in the output file named doc2.docx, but the first row is not working! What am I missing here?