Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HW01 - Daniel Sanchez #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
<http://serebii.net>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bookmarked, thank you


#bold : use **text** to make text bold

#italics: use *text* to make text italized

#link: use <link> 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)