Skip to main content
0 votes
0 answers
85 views

I am generating a PDF from R Markdown using flextable. When I vertically merge cells, the borders of the merged cells appear correctly in the preview, but they do not appear correctly in the rendered ...
Homer Jay Simpson's user avatar
2 votes
1 answer
561 views

I'm using rmarkdown and also two useful packages (officedown and flextable) to produce an MS word document. However, when I write in other languages or change the header label of tables (using ...
M. white's user avatar
1 vote
1 answer
1k views

I'm trying to put together a document where a "Tables" section will be found at the end of it. There, all the tables that I will have cited throughout the document will be shown. My problem ...
jordan_oplante's user avatar
1 vote
1 answer
432 views

I see there's a function in flextable package, namely fp_text_default. In help files to this function the only example you can find is fp_text_default(bold = TRUE) I was wondering if I can use this ...
Jakub Małecki's user avatar
0 votes
1 answer
1k views

I am trying to integrate a survey in my pdf report, the survey is composed of three columns; one with the code, the second with the question and the third with the possible answers. I would like to ...
stehu's user avatar
  • 37
2 votes
1 answer
1k views

I have a r-markdown doc that has a flextable that spreads over multiple pages and on my own computer it knits to docx. perfectly. However, now it is on the server and it automated the knitted document ...
silas's user avatar
  • 81
2 votes
1 answer
656 views

I am using flextable to produce tables for a pdf document rendered with rmarkdwown. I want to cross-reference the tables, but they do not produce the label needed for the cross reference to work. My ...
PavoDive's user avatar
  • 6,507
0 votes
2 answers
463 views

I have generated tables in docx using Rmarkdown (Output: word_document), with captions and links to the tables. For some reason clicking on the links takes me to the top of my word file and not to the ...
Pepper's user avatar
  • 21
1 vote
2 answers
1k views

I want to summarize information about my data and export it as a png file. I've experimented with packages such as pander and flextable, but currently can't achieve my goal. Maybe there's a way to get ...
Emman's user avatar
  • 4,313
2 votes
1 answer
679 views

I have series of tables I created from a list. I'm using flextable() in R-Markdown to output them to a Word document and I'd like to separate them into one table per page. The workaround from this ...
mand3rd's user avatar
  • 393
1 vote
0 answers
331 views

Using officer in R, I've used ph_slidelink() to hyperlink a text box to another slide in the presentation, and I've used compose() and hyperlink_text() to hyperlink a cell within a flextable. My ...
redarah's user avatar
  • 162
0 votes
1 answer
181 views

I am creating an flextable to show some results. To clarify some of the data, and add some data, in the flextable I want to put this in the footer. I stored the p.value like: pset1 <- chisq.test(...
Robbie Voort's user avatar
0 votes
0 answers
401 views

I am building a routine report in Rmd that is outputted to word. I have created a reference document to determine all the fonts and styles. I am using flextable to create the table in this report. The ...
stib's user avatar
  • 1
8 votes
2 answers
5k views

For example I am using iris data: library(flextable) library(officer) library(magrittr) ft_test <- head(iris) %>% flextable() %>% colformat_num(j = c("Sepal.Length", "Sepal....
Jacek Kotowski's user avatar
0 votes
0 answers
622 views

So I am trying to create an flextable in Rstudio. The data in this flextable contains a lot of converted and calculated data which makes it slightly difficult to reproduce, so I hope the original code ...
Robbie Voort's user avatar

15 30 50 per page
1
2 3 4 5
17