Usage
export_graph2pdf(p, file_path, append = F, ...)
Arguments
- p
ggplot
- file_path
file path
- append
logic
- ...
additional arguments passed to export functions
Details
export plot to pdf file
pdf() and export::graph2pdf() not support append arg
using qpdf::pdf_combine() to realize that function