flextable
flextable copied to clipboard
table farming
I'm using bookdown to make a PDF document via the xelatex engine and pandoc. When merging a column, gaps appear in the left border of the first column: ``` library(flextable)...
Hi! First off, thanks for this great package, I'm always amazed at all it can achieve. I've come across what I think is a bug, but it may be a...
is it possible to export as excel format? sometimes, the table is too wide to fit into word document. if the table can be saved into excel format, we don't...
Hello, Great package, I'm just wondering if it'd be possible to save tables in a vector image format like svg? Having vector format images is great if you want to...
`flextable` function won't show tables after rendering qmd files to html, but for pdf and docx works. If I write the following code ``` library(flextable) mtcars |> head() |> flextable()...
I didn't see this feature requested anywhere, so thought I'd suggest it. I noted today that `flextable` doesn't seem to work with Beamer slides, but does with with PDF output....
Sorry if this is a duplicate---I think the last submission didn't get through. This is just a small issue. When rendering in quarto, the warning "Warning: fonts used in `flextable`...
Per default, `flextable` centers the table caption. ``` r library(flextable) head(mtcars) |> flextable() |> set_caption("Title") ```  Created on 2022-07-20 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) It would be nice to...
When outputting PDF, flextable uses latex's "longtable". longtable allows for separate headers for the first page and the second and subsequent pages. I want to add text like "(continued)" at...
See https://stackoverflow.com/a/72784018/3315962