officer Questions

2

Solved

I am writing an article for a journal that requires Supplementary Material. I was hoping to use a unique label such as SuppMat: instead of the default fig: to send Figures and Tables into this sect...
Cyaneous asked 27/2, 2019 at 22:37

2

I have been using officer package to create the respective PowerPoint decks, however at this moment, i would like to merge/ bind them all as one slide deck and was not able to figure out. Can someo...
Arcanum asked 27/4, 2020 at 21:3

1

I'm creating a PowerPoint document from R using the officer package and I'd like to add notes to my slides. Is it possible to add notes to a particular powerpoint slide from R (preferably using the...
Centare asked 29/6, 2018 at 7:4

1

Solved

I'm looking for an option to set the the font family and size of equations in a flextable. In general the font family and size of the table, rows and columns could be set via the sugar functions fl...
Surcharge asked 9/4, 2022 at 10:59

1

I want to copy the content of two slides from two pptx files into one pptx file using officer in R. I thave started with the following code: slide1 = read_pptx('1.pptx') slide2 = read_pptx('2.p...
Wildlife asked 23/7, 2019 at 8:42

2

I love David Gohel's Officer and Flextable packages and they are really a flexible alternative to write word document reports with complex layouts which are not achievable in R markdown. I have cr...
Remde asked 11/3, 2018 at 22:16

2

Solved

I would like to be able to cross-reference a table or figure in a word document using the officer R package. I have come across these materials so far but they do not seem to have a solution: http...
Outfit asked 20/9, 2018 at 19:24

3

Solved

I recently tried using officedown to create a .docx report of my document. In my documents I import images from an \images folder in my project directory. Normally when I knit a document I am able ...
Deadline asked 8/7, 2020 at 16:12

2

Solved

I've created a grid of qicharts2 plots using gridextra but when I try to send it to PowerPoint using officer I get this error.. Error in doc_parse_raw(x, encoding = encoding, base_url = base_url, ...
Unrobe asked 23/1, 2018 at 17:28

1

I'm using the R officer package on a Powerpoint slide where I need to insert text into 5 identical placeholders, all next to each other in a row along the bottom of the slide. Before the ph_with_te...
Hessite asked 22/10, 2019 at 16:43

1

Solved

I'm creating Microsoft Word outputs using the amazing officer package in R. I'm using a template Word document to specify much of the formatting. Below is a code snippet that illustrates what I'm...
Palpebrate asked 5/2, 2020 at 16:44

4

I'm an avid user of the Reporters and Officer packages and currently trying to transition to Officer for a Powerpoint workflow. I'm using a slide template that includes slide number placeholders in...
Dictation asked 22/5, 2018 at 18:59

1

Solved

I was wondering if it might be possible to display more than one flextable in the HTML format (on a single page) using flextable and officer? library('flextable') library('officer') dat1 <- ...
Ungenerous asked 18/12, 2019 at 20:59

0

I am trying to produce Word documents from R using officer. The documentation (v0.3.5, 06/23/2019) states that body_end_section and body_default_section are deprecated and suggests using body_end_s...
Observance asked 10/7, 2019 at 16:27

1

Solved

I want to know if it's possible to group a flextable/regulartable, a ggplot, a text and an image together into a grid object, and then put that grid in a PowerPoint slide? This could be very usefu...
Onieonion asked 19/7, 2018 at 10:3

1

Solved

--- title: "Untitled" output: powerpoint_presentation --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) ``` ## Table ```{r table, echo=FALSE, message=FALSE, warning=FALSE} libr...
Oporto asked 15/4, 2019 at 15:6

1

Solved

--- title: "Untitled" author: "April 2018" date: "4/9/2019" output: powerpoint_presentation --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = FALSE) ``` ## Slide with Plot ```{r press...
Rostov asked 9/4, 2019 at 17:43

2

Solved

Ciao, I'm writing a code to generate an automatic report using officer package. I was wondering how and if I can write some text with different font. In my case I'd like to write some normal text ...
Cohla asked 31/1, 2019 at 16:50

2

Solved

The flextable help details describes adding new headers as manually typing each existing header name against each new header name, like this: library(flextable) ft_1 <- regulartable(head(iris))...
Karolyn asked 20/11, 2018 at 3:54

3

I am working on transfering my plots to a presentation using officer package in R. A ggplot can be transferred using the ph_with_gg() function but what is the function to transfer normal R plots?...
Publishing asked 4/3, 2018 at 5:17

1

Solved

I am trying to change the font size of a paragraph using Officer but I am not able to do it. Can anyone tell me what I am doing wrong? library(officer) text_style <- fp_text(font.size = 12) m...
Compassion asked 4/9, 2018 at 13:52

1

Solved

I read a similar question that helped me get to the point I'm at now, but am struggling with the next step. I have a dataframe similar to below - Product = c("Apple", "Apple", "Banana", "Banana", ...
Voroshilov asked 28/5, 2018 at 14:36

2

In my Shiny app users can generate heavy powerpoint report. When it contains a lot of slides it could take > 30 minutes to be done. And therefore I'd like to process those tasks in independent proc...
Delao asked 17/9, 2017 at 16:30
1

© 2022 - 2025 — McMap. All rights reserved.