From 933f307fd19f4f799bb1d3141078bf9c086598c8 Mon Sep 17 00:00:00 2001 From: GLopezMUZH Date: Wed, 7 Feb 2018 11:05:05 +0100 Subject: [PATCH] Added Notebook Test GLopez --- GLopezM_NotebookTest.Rmd | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 GLopezM_NotebookTest.Rmd diff --git a/GLopezM_NotebookTest.Rmd b/GLopezM_NotebookTest.Rmd new file mode 100644 index 0000000..a0f2f7c --- /dev/null +++ b/GLopezM_NotebookTest.Rmd @@ -0,0 +1,60 @@ +--- +title: "R Notebook" +author: "Gabriela Lopez Magana" + +output: + html_notebook: + toc: true + number_sections: true +--- + +Exercise 12 R Markdown + +```{r} +1+1 +``` +**bold** and __bold__ + +*italics* and _italics_ + +~~scratched text~~ + +Superscript^2^ + +[link](www.google.com) + +> This is a quote + +\*not italics\* + +a footnote[^1] + +[^1]:place your footnote here + +# Header 1 + +## Header 2 + +### Header 3 + +#### Header 4 + +##### Header 5 + +## 1. Chapter +## 2. Chapter +## 3. Chapter +## 4. Chapter + +--- +# Introduction +## A +## B + +# Main Part +## C +## D + +# Conclusion +## E +## F