Questions tagged [wordr]

2 questions
0
votes
1 answer

Print a Shiny reactive value on WordR

I am looking for some help please to print a reactive value in a Shiny session into a docx with WordR. A very stripped down version of my app is presented below. The code for the docx template is `r reactive({declared_user()})` (which is bookended…
CallumH
  • 751
  • 1
  • 7
  • 22
0
votes
1 answer

WordR rendering two different outputs for the same input text

Here is the text in my word doc in docx format. My code is: library(WordR) renderInlineCode("doc1.docx", "doc2.docx") I am getting this output: I am getting the 2nd row correct in the output file named doc2.docx, but the first row is not working!…
Geet
  • 2,515
  • 2
  • 19
  • 42