harrelfe / qreport

R Quarto Reporting Functions for Clinical Trials
GNU General Public License v3.0
8 stars 0 forks source link

Having trouble adjusting fig.size using maketabs() #2

Open bwilden opened 1 month ago

bwilden commented 1 month ago

Hello,

I have a list of ggplot plots which I would like to pass into maketabs(), but I am having trouble figuring out how to adjust the fig.size in the quarto output. I have tried different versions of the following syntax:

#| results = "asis"
list_of_plots |>
   maketabs(fig.size = 5)

Any help would be appreciated!

harrelfe commented 1 month ago

I hope someone can figure this out. I’d like to add a a how-to in the documentation or in R Workflow.