11. A data analyst wants to include a line of code directly in their .rmd file in order to explain their process more clearly. What is this code called?
R Markdown makes it possible to use larger datasets.
R Markdown allows styled text between code. (=)
15. A data analyst wants to change the default file format that gets exported by the Knit button to .pdf. What field of the YAML header should they change to set the new default file format?
16. A data analyst is reading through an R Markdown notebook and finds the text _this_ is important. What is the purpose of the underscore characters in this text?
17. A data analyst works with an .rmd file in RStudio and wants the ability to quickly find a code chunk using the label “analysis”. Which code example would allow the analyst to quickly access the code chunk using this label?