My Notes on R Markdown
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I’ve used R Markdown to do lots of work, such as writing a book, doing homework on statistics and ecology, and making web pages.
The above mentioned are all HTML output formats from R Markdown, but PDF output formats are also possible, such as this Beamer Slide and my term paper of the course on cultural anthropology.
Because of doing so much work with R Markdown, I write down some of the most common and useful features of R Markdown so I can look it up when I need to1. I also make it available to everyone by putting the document on my blog.
Other Resources of R Markdown
Notes
Since it is intended for quick lookup, the document is very compact. That means you need to have some basic knowledge on R Markdown to be able to understand all of it. For more detailed documents for beginners, see the last section of this post.↩
Visit R-bloggers
Last updated: 2018-08-02
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.