Lynda - Creating Reports and Presentations with R Markdown and RStudio
The pinnacle of a data science project is often the presentation of your findings. Data science is, after all, about deriving insights from data and then sharing those insights with others. This course shows how to design high-quality reports and presentations, including interactive web experiences and printable PDFs, using R Markdown and RStudio, the authoring framework designed specifically for data science. Instructor Martin John Hadley starts with an overview of the PDF and HTML reporting options. He then shows how to include R code in your documents and add visual interest with slides, charts, images, and tables. Plus, learn how to customize the styles in your document, override markdown, and insert prebuilt data visualizations with htmlwidgets. Last but not least, Martin explains how to publish your R Markdown documents for sharing and distribution.
Table of Contents
Introduction1. What Can You Build with R Markdown?2. Setting Up LaTeX for R Markdown PDF Outputs3. Understanding the Basics of R Markdown Documents4. Preventing Gotchas5. Creating Slides in R Markdown6. Using ggplot2 Charts in R Markdown7. Inserting Images into R Markdown Output8. Inserting Tables into R Markdown Output9. Captions with bookdown10. Customizing Styles in R Markdown11. Overriding Markdown in .Rmd12. htmlwidgets and R Markdown13. Publishing R Markdown HTML Content to RPubs.comConclusion