Assignment 12: R Markdown
VaShay Carpenter Blog Post: Write a short reflection on your blog about: What you learned about Markdown syntax and LaTeX math. How code chunks and narrative sections integrate. Any challenges you faced in authoring or knitting. This assignment highlighted the efficiency of Markdown for structural formatting. Unlike traditional word processors, Markdown allows for rapid document drafting using simple text cues like # for headers and ** for emphasis. Integrating LaTeX was a standout feature; using delimiters t o render complex math. The core strength of R Markdown is the seamless integration of executable code chunks with narrative text. This approach means the data analysis (loading datasets, calculating summary statistics, and generating boxplots) happens within the document itself. The primary challenge encountered during the authoring process was ensuring the document was entirely self-contained and minor syntax errors for adding links (being sure to include http://)....