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)
create a summary slide of each row of the dataframe through a loop
I am trying to create a powerpoint presentation with a mix of plots and text. I have the following example data:
data <- structure(list(School_ID = c("J-56124", "T-65451", "...
Maral Dorri
Votes: 0
Answers: 1
Change line spacing of multiline text added to powerpoint presentation in R
I am creating a slide using my powerpoint presentation template that has edited master slides.
The title and subtitle are following the formatting that I have defined in my slide master, but the body ...
Maral Dorri
Votes: 0
Answers: 0
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