Description Usage Arguments Value Examples
View source: R/magick_render_pdf.R
Turn raw vector into a pdf after specifying a path
1 | magick_render_pdf(vector, path)
|
vector |
vector of raw data from s3 |
path |
file path where object is rendered |
creates a pdf in the file path
1 2 3 | s3 <- paws::s3()
content <- s3 %>% s3_get_document(loan_application_id = 950, attachment_id = 12227)
content$Body %>% magick_render_pdf(path = "document.pdf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.