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

Very strange issue that appears to be flextable related. I have a quarto document (included at end). Compiles fine into HTML. When I try and compile into PDF, I get...

I have been trying to use `fit_to_width()` to produce tables with Quarto that fit a specific width within the page of the PDF. Unfortunately, `autofit()` has not helped, and `fit_to_width()`...

bug

As documented in [this](https://stackoverflow.com/questions/78917622/flextable-crashing-when-calling-as-flextable-or-labelizor-functions) SO post `flextable 0.9.6` might break with an error on R < 4.1.0. The reason is most likely that in some places `apply` is called with...

bug

When I create cross-references to flextables, either with a target id specified through `#| tab.id: ` or `{r, tab.id=}` chunk options, and use in a cross-reference as `\@ref(tab:)`, the knitted...

When I create an RTF document with a flextable in it, the table is converted to an image instead of being a table. This has two major drawbacks: (1) if...

I am not sure if this is a `flextable` issue or not but I figured I'd start here. See the example below. Is "\n" not supported for pdf output? I...

bug

The capability would be based on functionality that I've introduced here in the package [clinify](https://atorus-research.github.io/clinify/): https://github.com/atorus-research/clinify/blob/main/R/slice_clintable.R Example of basic code I have in place: ```r x

I'm unsure whether this would work in all output formats, but it would be good to not have to set the font-family explicitly for flextable and instead just inherit directly...

Hiya, your package is fantastic! It produces great tables easily and very compatible. Would it be possible to allow font.family not to be specified, resulting in the table inheriting fonts...

When bg() is specified, the inner borders of individual cells are still displayed even in the merged cells. This only occurs in PDF. Removing the background colour fixes this issue....