Workshop 17.5: Reproducible Research Murray Logan 10 Mar 2019 # - - PowerPoint PPT Presentation
Workshop 17.5: Reproducible Research Murray Logan 10 Mar 2019 # - - PowerPoint PPT Presentation
Workshop 17.5: Reproducible Research Murray Logan 10 Mar 2019 # A Heading ## A sub heading **This** word is in emphasised. * An unordered list - sub-item Markdown Markdown is a simple markup language Designed to portray some
SLIDE 1
SLIDE 2
Markdown
- Markdown is a simple markup language
- Designed to portray some structure in
plain text
# A Heading ## A sub heading **This** word is in emphasised. * An unordered list
- sub-item
- Universal conversion language
SLIDE 3
Markdown and Pandoc
pandoc
example.md text, citations, tables, links figure.png references.bib example.html references fjgure example.tex example.pdf references fjgure
SLIDE 4
Markdown and pandoc
Metadata
- YAML
- title: This is the title
author: D. Author date: 12-03-2019
- utput: html_document
...
SLIDE 5
Rmarkdown
- Combination of R and markdown
- title: This is the title
- Section 1
.Rmd
- title: This is the title
- Section 1
.md knit pandoc .docx .html .pdf L
AT
EX render
SLIDE 6
Rmarkdown
SLIDE 7
Rmarkdown
SLIDE 8
Rmarkdown
Examples using Rstudio
https://github.com/pcinereus/Rmarkdown-examples.git