Closed torden81 closed 10 months ago
Can you try with GitHub version? I think it's been fixed recently (and I can't reproduce it while I can with the CRAN version)
Yes, it works with flextable v0.9.5.008 (c214b8e75aae05b761450c95da377e10f4bac767)
Thank you very much!
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Calling
width()
on a flextable after columns were deleted withdelete_columns()
causes an error. For instance,returns the error message:
However, reversing the two commands
is a success without any errors.
As a user I would expect to be able to apply either approach without errors.
Tested with R v4.3.1 and flextable v0.9.4