R Programming Journal Module 12 - Wesley Huang
- Wesley Huang
- Apr 13
- 1 min read
In this assignment, I learned how to use R Markdown to combine writing, code, and output into a single document. I created an R Markdown file that included a title, author information, written explanations, LaTeX math expressions, and multiple code chunks that loaded data, generated summary statistics, and created a visualization.

One thing I found interesting was how everything updates automatically when the document is knitted. Instead of writing a report separately and copying results, R Markdown lets the code and output stay connected, which makes the work more organized and easier to follow. I also learned how to format math expressions using LaTeX, like $\alpha + \beta = \gamma$ and $y = mx + b$, which made the document look more professional.

Overall, this assignment helped me understand how R Markdown supports reproducible analysis. It was a little confusing at first to get the structure right, but once everything was set up correctly, the final HTML output looked clean and easy to read.

GitHub Repository: https://github.com/WesleyHuang7/r-programming-assignments



Comments