-
Notifications
You must be signed in to change notification settings - Fork 1
/
decktape_convert_to_pdf.R
17 lines (11 loc) · 1.08 KB
/
decktape_convert_to_pdf.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# convert html to pdf for uploading and printing (gifs don't work)
# via https://github.com/yihui/xaringan/wiki/Export-Slides-to-PDF
system("decktape remark 2018_02_Shiny_CSP/minnier_csp2018.html 2018_02_Shiny_CSP/minnier_csp2018.pdf")
system("decktape remark 2018_07_JSM_InteractiveLearning/minnier_jsm2018.html 2018_07_JSM_InteractiveLearning/minnier_jsm2018_2.pdf")
webshot(here::here("2018_07_JSM_InteractiveLearning","minnier_jsm2018.html"),
file = here::here("2018_07_JSM_InteractiveLearning","minnier_jsm2018.pdf"))
# notes, did not like the `` text, images or plots that were cut off on the html slides did not show up on pdf, neither with Chrome print to pdf
#system("decktape remark 2019_03_SampleSizeAACR/2019_03_AACR_Minnier.html 2019_03_SampleSizeAACR/2019_03_AACR_Minnier.pdf")
webshot(here::here("2019_03_SampleSizeAACR","2019_03_AACR_Minnier.html"),
file = here::here("2019_03_SampleSizeAACR","2019_03_AACR_Minnier.pdf"))
# notes, did not like the `` text, images or plots that were cut off on the html slides did not show up on pdf, neither with Chrome print to pdf