python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
insert space after each flextable in r (Rmd)
i have this problem:
Problem:
I have multiple flextable objects in a same r chunk:
mtcars %>%
select(1:3) %>%
head() %>%
flextable()
mtcars %>%
select(1:3) %>%
head() %&...

Santiago Sotelo
Votes: 0
Answers: 2
R officedown::rdocx_document, templates and styles
I am trying to nut out how to use a company word document as a rdocx_doxument template for R markdown using the officedown package.
---
title: Company Report Title
author: Ross
date: 3/3/2022
outpu...
Ross Darnell
Votes: 0
Answers: 0
Document title, author and date lost when using officedown::rdocx and reference_docx
If I do not use a word reference file and define tittle , author and date I get the standard title page.
---
title: Report Title
author: Ross
date: 3/3/2022
output: officedown:: rdocx_document...
Ross Darnell
Votes: 0
Answers: 0
RMarkdown Officedown: Insert svg image to word document
Is it possible to insert a svg image to a word document (.docx)?
This is my YAML:
---
title: "SVG Image"
output: officedown::rdocx_document
---
For jpg images, the following code works perf...
Sophie Wupper
Votes: 0
Answers: 0