I'm in the process of trying to automate production of presentation material. Almost all slides contain a single header + chart or a single header + subheaders for multiple charts (think R ggplot charts and faceting). Data is mostly representing descriptives from surveys.
Once I have good data pre-processing and charting in R, what is the best way to easily automate much of the creation of presentations? Any experiences?
Once I have good data pre-processing and charting in R, what is the best way to easily automate much of the creation of presentations? Any experiences?