Question: Question 9 What does this code do ? output: html _ document: toc: true toc _ float: true theme: spacelab pdf _ document: toc: false

Question 9
What does this code do?
output:
html_document:
toc: true
toc_float: true
theme: spacelab
pdf_document:
toc: false
word_document: default
specifies options that are applied when the RMD file is rendered in one of the three specified formats
builds a table of contents for a Word document generated from the RMD file
generates an error if toc code is not provided in the RMD file
tells RStudio to render three files from the RMD file: HTML, PDF, and Word
Question 9 What does this code do ? output: html

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!