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 to 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://). All libraries and datasets must be explicitly loaded within the code chunks, even if they are already active in the RStudio console. 



GitHub Link: https://github.com/cryo-cell/r-programming-assignments/blob/main/assignment12_Rmarkdown.Rmd


Disclaimer:


Generative AI is integrated into my professional workflow for drafting, structural organization, and code optimization. To avoid redundancy, this statement serves as a standing disclaimer for all entries. Generative AI has been utilized to ensure technical accuracy and to facilitate the very documentation requirements mandated by the curriculum available within the course syllabus.

Comments

Popular posts from this blog

Assignment #9: Visualization in R – Base Graphics, Lattice, and ggplot2

Module # 6 Doing math in R part 2

Module #2 Assignment