my_cool_number <- 5
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.
my_cool_number <- 5
my_cool_number[1] 5
my_name <- "Sarah"This is a new code chunk
our_names <- c("Sarah", "Mike", "Jacquee", "Maud")
our_names[1] "Sarah" "Mike" "Jacquee" "Maud"