ST 308 QUIZ 2 QUESTIONS & VERIFIED ANSWERS
What is a 'markdown' or 'markup' language?
A language where you write plain text that will be rendered into nicer looking formatted
text by some program
What is the YAML header for?
Meta-data about your document
Besides the YAML header, what are the other two main elements of an R Markdown
document?
Code Chunks and Plain text with simple text formatting
TRUE or FALSE: Local chunk options override global chunk options.
True
What is the chunk code option to hide or show R code in the final document?
echo
3 Ways R Markdown is used
- Communication with decision-makers
- Collaborating with other data scientists
- Environment to do Data Science
The .Rmd file associates with
R Studio
.Rmd File contains 3 important types of content
- YAML Header
- Chunks of R Code
- Simple Text Formatting
What symbol(s) or character(s) from the plain text of your document determine the
elements of the table of contents and their hierarchy?
#
What is a 'markdown' or 'markup' language?
A language where you write plain text that will be rendered into nicer looking formatted
text by some program
What is the YAML header for?
Meta-data about your document
Besides the YAML header, what are the other two main elements of an R Markdown
document?
Code Chunks and Plain text with simple text formatting
TRUE or FALSE: Local chunk options override global chunk options.
True
What is the chunk code option to hide or show R code in the final document?
echo
3 Ways R Markdown is used
- Communication with decision-makers
- Collaborating with other data scientists
- Environment to do Data Science
The .Rmd file associates with
R Studio
.Rmd File contains 3 important types of content
- YAML Header
- Chunks of R Code
- Simple Text Formatting
What symbol(s) or character(s) from the plain text of your document determine the
elements of the table of contents and their hierarchy?
#