Skip to content

Contribute

Florian Hartig edited this page Apr 17, 2015 · 1 revision

Working with R Markdown

A general introduction to how to use R Markdown is here https://github.com/biometry/APES/blob/master/R/R60-Reporting.md

Uploading RMarkdown to this site

If you want to upload an Rmd script to this site, the first thing you need to do is change in the options next to the knitr file in RStudio, Advanced-->Keep md. This makes sure that the md file and the figure files are not erased after they are translated to html or something else.

Then, upload to github

  • The Rmd file
  • The md file
  • The folder with the figures

Do not upload the html file any other output that is produced

Clone this wiki locally