Files
freeCodeCamp/guide/english/r/markdown/index.md
Sudhakar Kumar d197193636 Create index.md for markdown in R. (#35375)
* Create index.md

Create index.md for markdown in R.

* Create index.md for R Markdown

Create index.md for R Markdown, which is used to create reproducible documents.

* Fix grammar issue 

Fix grammar issue to remove duplicate word "package".
2019-06-28 00:13:08 -07:00

605 B

title
title
R Markdown

What is R Markdown?

According to R-bloggers, R Markdown is a great way to create dynamic documents with embedded chunks of R code. The document is self contained and fully reproducible which makes it very easy to share. In other words, it allows you to create documents that serve as a neat record of your analysis.

Installation

Like the rest of R, R Markdown is free and open source. This package can be installed from CRAN with:

install.packages("rmarkdown")