flextable
                                
                                
                                
                                    flextable copied to clipboard
                            
                            
                            
                        table farming
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...
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)...
 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...
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...
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...
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() ```...
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...
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...