April 2019
Beginner
157 pages
2h 30m
English
You use R Markdown to create reports that incorporate the features discussed in the previous chapters. R Markdown leverages freely available open source technology like HTML, CSS, and Markdown to create rich reports in a variety of formats.
R Markdown is based on Markdown, which is a short-hand method of defining a document in a human readable way. The idea is that you can take quick notes in a structured way. These notes are readable on their own, but they can also be translated into polished presentation formats such as web pages, presentations, and PDF files.
RStudio extends Markdown by adding ...
Read now
Unlock full access