Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rmd to gh-page test
  • Loading branch information
tmillc committed Jul 11, 2016
1 parent 7eb3877 commit 5b9b5ad
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 1 deletion.
26 changes: 26 additions & 0 deletions TestDocument.Rmd
@@ -0,0 +1,26 @@
---
title: "TestDocument"
author: "c"
date: "7/10/2016"
output:
html_document:
highlight: zenburn
number_sections: yes
toc: yes
---

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see <http://rmarkdown.rstudio.com>.

When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

```{r}
summary(cars)
```

You can also embed plots, for example:

```{r, echo=FALSE}
plot(cars)
```

Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
187 changes: 186 additions & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit 5b9b5ad

Please sign in to comment.