How do I save a gt docx table from within Quarto? #11352
-
DescriptionI wish to save a gt docx table from Quarto and am receiving the following error message: Pandoc can convert to DOCX, but not to DOC. My r code is: title: "Trial3"
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 24 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. Could you also ensure to describe all the steps required to reproduce the error? |
Beta Was this translation helpful? Give feedback.
-
@robertprince, as mcanouil mentioned, you don't need This example does create the
I assume you want to use |
Beta Was this translation helpful? Give feedback.
-
I was having the same error and I found the answer here: so... change the file name or delete the old one. |
Beta Was this translation helpful? Give feedback.
I was having the same error and I found the answer here:
"The problem is that gtsave have problem with overwriting .docx documents (that's not the case with .rtf)"
so... change the file name or delete the old one.
rstudio/gt#1726