From 03066c922fc3b8fd27e81e0780a2bfcd4592d26b Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 1 Feb 2018 12:00:50 -0800 Subject: [PATCH] Initial commit --- test.Rmd | 32 ++++++++++ test.html | 178 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 210 insertions(+) create mode 100644 test.Rmd create mode 100644 test.html diff --git a/test.Rmd b/test.Rmd new file mode 100644 index 0000000..97398a4 --- /dev/null +++ b/test.Rmd @@ -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) +``` + + diff --git a/test.html b/test.html new file mode 100644 index 0000000..1bf957a --- /dev/null +++ b/test.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + +test + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+

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

+
summary(cars)
+
##      speed           dist       
+##  Min.   : 4.0   Min.   :  2.00  
+##  1st Qu.:12.0   1st Qu.: 26.00  
+##  Median :15.0   Median : 36.00  
+##  Mean   :15.4   Mean   : 42.98  
+##  3rd Qu.:19.0   3rd Qu.: 56.00  
+##  Max.   :25.0   Max.   :120.00
+
+
+
+

Including Plots

+

You can also embed plots, for example:

+

+
+ + + + +
+ + + + + + + +