This is Quiz 2 from the Reproducible Research course within Courseraβs Data Science Specialization.
1. Who created Markdown?
2. When writing a document in R Markdown, how do you denote the beginning of an R code chunk?
3. When using knitr, how do you indicate the height and width of a plot created in a code chunk?
4. With some code chunks, we may not want the output generated by the chunk to be rendered into HTML but would prefer to print the output verbatim. How can we specify this preference for a given code chunk?
5. When using knitr and R Markdown and producing output in HTML, why should you never edit the resulting HTML file?
See more at: http://www.ryantillis.com/