Hi,
I was planning to generate a score card as shown below. Preparing individual graphs is okay in an RMarkdown document but presenting them in single page in a neat and aligned layout is kind of challenging for me.
What is the most appropriate package to use for such case? If it was only graphs patchwork + ggplot2
would suffice I guess. But there are several dashboard elements. Since there are boxes of text, I can think of flexdashboard
but not sure if I can tailor it to my needs.
What about great and awesome packages like gt
or flextable
can they be used to layout graphs and text in a page?
Maybe there's another package or approach to generate this kind of output. If you can direct me related sources or provide some guidance, that would be wonderful.