Dynamic Report Generation with R Markdown
AI en Data Science
AI en Data Science
R offers many first class features for statistics and data science. One of these, is certainly Rmarkdown, that allows seamless integration of analysis (code) and text. This greatly improves reproducibility, reduces copy-paste and others errors and enhances possibilities for automation.
This course is part of a larger course series in Data Analysis consisting of 19 individual modules. Find more information and enroll for this module via www.ipvw-ices.ugent.be
R markdown offers three main types of output: pdf, html and docx. The first session introduces the basic framework, the output-specific possibilities and the bookdown-extension.
The second session explores some general approaches for automation (using self-built templates for report-sections or complete reports) and presents Officedown. The latter is less flexible than Rmarkdown, but offers more options for docx-output.