flextable icon indicating copy to clipboard operation
flextable copied to clipboard

table farming

Results 50 flextable issues
Sort by recently updated
recently updated
newest added

Since I updated `flextable` I receive this message: ```r Usage of empty symbol '' with footnote should not happen, use `add_footer_lines()` instead, it does not require any symbol. This usage...

enhancement

Hello Is there a way to freeze the first row and ideally the first column of a large table in Rmarkdown to HTML? This option exists in Kableextra for the...

Salut David, When you have a complex header with redundancy, and you want vertically and horizontally merge, some columns sometimes plainly disappear. For instance, consider this example: ``` r library(tibble)...

bug

![image](https://user-images.githubusercontent.com/5327505/184563282-be9a51d8-9de7-4200-8aea-6bcdce06169e.png) Consider the above table, the feature request is to build functionality to create tables like this. Features that I don't believe are available yet but would enable something like...

I'd like to be able to delete a specific row (like in Word or Excel). My use case is that I'd like to replace some rows from a gtsummary::tbl_regression with...

enhancement

I'd like to be able to add a row before/after a specific row (like in Word or Excel). My use case is that I'd like to replace some rows from...

feature request

docx files rendered with Quarto fail to open if table cells include images, for example using the `as_image` or `colformat_image` functions. For example, if we include the example provided by...

Quarto

Let's imagine I want to create a simple plot with `ggplot`: ``` r library(ggplot2) #> Warning: package 'ggplot2' was built under R version 4.2.3 mtcars |> ggplot(aes(factor(cyl))) + geom_bar() ```...

bug
grid-plot

I'm trying to get around the quarto features for referencing Tables and Figures for docx outputs. When using flextables we have a custom function to apply formatting. In there we...

quarto caption
caption
Word

Hello, when I try to render a long flextable with `rmarkdown` and the `"pdf_document"` format, the table does not split across multiple pages and the cell content gets truncated. The...

bug
pdf