<- 5
my_cool_number
my_cool_number
[1] 5
Here are three things you might not know about me:
Here is a picture of my favorite animal, downloaded from https://unsplash.com
To add some code, we have to add a code chunk.
<- 5
my_cool_number
my_cool_number
[1] 5
<- "Sarah" my_name
This is a new code chunk
<- c("Sarah", "Mike", "Jacquee", "Maud")
our_names
our_names
[1] "Sarah" "Mike" "Jacquee" "Maud"