python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Nested for loop to add slide numbers for ppt reports using officer
With code below, I could dynamically generate multiple ppt reports using officer package:
url_list <- c(
'http://www.csrc.gov.cn/csrc/c101921/c1758587/1758587/files/2022%E5%B9%B4%E7%AC%AC1%E5%91%...

ah bon
Votes: 0
Answers: 1
How to combine flextable and officedown to output flextable objects with a particular Word Table style?
I am interested in outputting flextable objects (mainly summary statistics and regression tables) according to a particular Word Table-style. Based on prior Stack Overflow questions and documentation,...
Michael Lachanski
Votes: 0
Answers: 1
Can R Officer Be Used to Output Regression Tables in a Specific Style?
My prior understanding was that the ability to utilize Microsoft Word Table styles is only available in the officedown package, but syntax like
read_docx(path = "reports/template.docx") %>...
Michael Lachanski
Votes: 0
Answers: 1