-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
type: bugExisting features not working as expectedExisting features not working as expected
Milestone
Description
I'm using the below command in a shiny app to generate a PDF report using the output from create_report. I've tried several datasets and for some reason the charts sometimes leak off the edge of the PDF pages (see screenshot). Thank you for any help.
the_report_file <- tempfile(tmpdir = ".", pattern = "report", fileext =".pdf")
create_report(for_profile, output_file = the_report_file, y = input$col_dependent, output_format = pdf_document(), config = configure_report(add_plot_str = FALSE))
Metadata
Metadata
Assignees
Labels
type: bugExisting features not working as expectedExisting features not working as expected
