Assignment #12: Introduction to R Markdown
R markdown is a fairly interesting idea in concept. The whole Latex system took a bit of research to figure out, and I only used a very small portion of what its capable of. You can easily setup the narrative and code sections of an R markdown document to prepare an easy to follow presentation. As shown you can add code and run it similar to how the output to html is. The code and immediate output is woven into the document. code repository can be found at: https://github.com/Wrightkov/r-programming-assignments