- What is Quarto mainly used for?
- Which file extension does a Quarto document typically use?
- What is the main difference between Quarto and RMarkdown?
- Which of the following YAML options specifies the title of a Quarto document?
- In RMarkdown or Quarto, what symbol is used to create code chunks?
- How can you specify R as the language in a code chunk in Quarto or RMarkdown?
- Which of the following commands would render a Quarto file from the terminal?
- To create a presentation with Quarto using slides, which format should you specify in the YAML header?
- Which option should you use to include an image in a Quarto or RMarkdown document?
- What function is used in R to install Quarto directly from the command line?
- Which YAML option in Quarto specifies the output format for a PDF document?
- In a Quarto or RMarkdown document, how would you suppress the display of code but show the output?
- Which option in a code chunk makes sure a code block won’t be evaluated but is still shown in the document?
- In Quarto, what YAML option should you use to specify multiple authors?
- In a Quarto or RMarkdown document, which of the following commands would be used to load the
ggplot2
package in an R code chunk?
- Which of the following allows you to include HTML content in Quarto or RMarkdown documents?
- What does setting
warning = FALSE
in a code chunk do?
- Which function would you use in R to preview a Quarto document while working in RStudio?
- In Quarto, how do you add a table of contents (TOC) to the document?
- In Quarto, which YAML option should you use to specify a document’s primary language (e.g., English)?
- In Quarto, what YAML setting controls whether a document starts with an abstract?
- What is the purpose of setting
message = FALSE
in a code chunk?
- How would you include an external file in a Quarto or RMarkdown document?
- In a Quarto document, which format in the YAML header would you specify to create a Word document?
- What is the primary purpose of the
freeze
option in Quarto documents?
- Which of the following options would you use to make a specific code chunk run only on the first render in Quarto?
- Which output format would you specify in Quarto to create a website?
- In Quarto, what YAML setting should you use to include code in an appendix section at the end of the document?
- What syntax would you use to add a hyperlink in a Quarto or RMarkdown document?
- Which of the following YAML options controls the font size of text in a Quarto PDF document?
- How would you display code output without the actual code in a code chunk in Quarto?
- What does setting
fig.cap = "Title"
do in a code chunk in Quarto or RMarkdown?
- Which of the following Quarto YAML options can you use to number sections automatically?
- Which YAML key would you use to include metadata such as keywords in a Quarto document?
- To add a footnote in Quarto or RMarkdown, you can use which syntax?
- Which YAML setting is used to customize the width of figures in Quarto?
- In Quarto, which YAML option allows you to specify a CSS file for styling an HTML document?
- In Quarto, which YAML key should you use to control slide transitions for a Reveal.js presentation?
- What is the purpose of setting
eval = FALSE
in a Quarto or RMarkdown code chunk?