Using {pagedown} in Docker

I’m building an automated reporting system which generates PDF reports. My approach is to use R Markdown to write the report and render to PDF using the excellent {pagedown} package. Ultimately the system needs to be packaged in Docker and deployed... The post Using {pagedown} in Docker first appeared on R-bloggers.
http://dlvr.it/S0cHQF

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut