Skip to content

Instantly share code, notes, and snippets.

@kumeS
Created November 8, 2022 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumeS/bad9ace466970bd13b5afd15eed6f9b6 to your computer and use it in GitHub Desktop.
Save kumeS/bad9ace466970bd13b5afd15eed6f9b6 to your computer and use it in GitHub Desktop.
pdf_png_save <- function(FileName){
grDevices::quartz.save(FileName, type="pdf", width=5.5, height=4.5);dev.off();
pdftools::pdf_convert(pdf = FileName, format = "png", dpi = 300)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment