merge_PDF: Merge a list of PDFs into a multi-page PDF.

Description Usage Arguments Details Value Examples

Description

Given a list of paths to locally stored PDF files - merge the PDFs (in the given order) and save the newly created PDF to a specified location.

Usage

1
merge_PDF(pdf_list, output_file)

Arguments

pdf_list

List of file paths to the individual PDF files which are to be merged (list - character).

output_file

Path/filename at which the merged PDF file is to be saved (character).

Details

Maintained by: Clara Marquardt

Value

Merged PDF saved to specified path.

Examples

1
2
3
4
5
## Not run: 
pdf_list <- list("[path.pdf]", "[path.pdf]") 
merge_PDF(pdf_list=pdf_list, output_file="merge_pdf_test.pdf")

## End(Not run)

ClaraMarquardt/ehR documentation built on May 6, 2019, 12:02 p.m.