Assignment #12: Introduction to R Markdown

 



What I learned about Markdown syntax is that it is well organized, and it adds to your code, making it easier to read and cleaner to look at. I learned that LaTeX lets you write out math symbols and equations, making it look neat. The code chunks let me run R inside the same documents, and I did not have a problem. When it came to knitting, I was confused about what it was at first and how to do it but then I found out it just creates the final document..

Comments

Popular posts from this blog

Assignment #8: Input/Output, String Manipulation, and the plyr Package

Assignment #5: Matrix Algebra in R

Assignment #11: Debugging and Defensive Programming in R