Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias authored and Tobias committed Feb 1, 2018
1 parent fc97f2b commit 03066c9
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 0 deletions.
32 changes: 32 additions & 0 deletions test.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "test"
author: "Vanessa Tobias"
date: "February 1, 2018"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
data(cars)
```

## This is a test page

I'm checking ot see how this works on github.io.
We'll keep the default example to see how it goes.

### Simple summary stats

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

## Including Plots

You can also embed plots, for example:

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


178 changes: 178 additions & 0 deletions test.html

Large diffs are not rendered by default.

0 comments on commit 03066c9

Please sign in to comment.