Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 381 Bytes

template.md

File metadata and controls

15 lines (11 loc) · 381 Bytes

Enter title here

Enter Your Name here

Example of using runnable R code to generate plot

ggplot(data = mpg) + 
  geom_point(mapping = aes(x = displ, y = hwy, color = class))

Make sure after Knitting to commit the generated .md file and all files in the generated _files folder.