Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Added "keep_md" YAML to template
Browse files Browse the repository at this point in the history
Adding the YAML with "keep_md: true" will prevent RStudio from erasing the *.md file when clicking on the "Knit HTML" button. Some students forget to run knit2html on their latest version or overlook creating an *.md file altogether. This will save students a little time and frustration.
  • Loading branch information
Ripley6811 committed Aug 22, 2014
1 parent dc20c7c commit ea9cc65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion PA1_template.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Reproducible Research: Peer Assessment 1
---
title: "Reproducible Research: Peer Assessment 1"
output:
html_document:
keep_md: true
---


## Loading and preprocessing the data
Expand Down

0 comments on commit ea9cc65

Please sign in to comment.