...

/

Author Original Content on the Website

Author Original Content on the Website

Let's learn how to author original content such as blog posts, tutorials, research articles, and project write-ups using R Markdown.

Introduction to R Markdown

More than anything else on the website, original content is an opportunity to share our ideas and captivate our viewers. For personal websites, original content often takes the form of blog posts, tutorials, research articles, and project portfolios. In all likelihood, our website visitors will spend most of their time reading our original content.

We can author original content using either R Markdown or plain Markdown documents. The output will reside on our website’s “Posts” page. R Markdown is recommended for authoring original content. It is very similar to plain Markdown with one major exception: R Markdown supports the integration and execution of R, Python, and SQL ...