David Gohel
David Gohel
Not sure that I should try that, do you know modelsummary? It seems exactly what you are looking for https://vincentarelbundock.github.io/modelsummary/
Hello Dan, I am not sure it's possible what you are trying to do. Let's start from here: ``` library(tibble) library(flextable) x = head(iris, 1) %>% flextable() header_mapping = tibble(col_keys=names(iris),...
Thanks for your answer Dan, I understand now
Hello we will try to implement this feature in the future :)
Thanks Thomas We will have a look, we are preparing a new version so timing is perfect :)
Q3, no we need an aspect ratio, it is generated by R graphic engine. Q4, no
We can ignore the warnings. About libpng, it is a mandatory library when using R for mac... For those who don't want to spend time on compilation, use https://davidgohel.r-universe.dev/ui#package:ggiraph
It's still open :) Sorry, I don't have yet a technical solution for this.
hello, it should be fixed now. I hope it is :) David
Here is an example that works for me: ``` doc