From 135112bf015c99c857370eec9d3e313add22bc62 Mon Sep 17 00:00:00 2001 From: DJCSanchez <67852366+DJCSanchez@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:19:31 -0400 Subject: [PATCH] Add files via upload --- README.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83eaa88..89a7ab8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# HW01 -Edit the readme +--- +title: HW01 +author: Daniel Sanchez +date: 07/07/2020 +output: html_document +--- + +## Name: Daniel Sanchez + +I am a big fan of Pokemon, and this website has wonderful information about Pokemon locations, the various Pokedexes, and tips on competitive battling: + + +#bold : use **text** to make text bold + +#italics: use *text* to make text italized + +#link: use to hyperlink text, including "http" + +#bullet points: use tab+* to create items for bullet point format + +Below is code for ploting a dot plot; this example was shamelessly stolen from Robert during his explanation of R-Markdown. + + + +''' r(Chunk) + +plot(x = 1:10 , y = 1:10) + +''' + +![My favorite Pokemon!](https://img.pokemondb.net/artwork/large/eevee-lets-go.jpg) +