Typing right away is text
Typing with a hashtag and a space this is a title
This is a subtitle!
Remember to leave a line space above and under.
Create first chunck
Create chunck with a shortcut
Create our fisrt list of Data
minutes <- c (45, 30, 45, 20, 19, 30, 40 )
create a basic histogram
hist(minutes)

Calculate the mean
mean(minutes)
## [1] 32.71429