Quarto Overview
This lesson is called Quarto Overview, part of the R in 3 Months (Fall 2025) course. This lesson is called Quarto Overview, part of the R in 3 Months (Fall 2025) course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Loading transcript...
Your Turn
Working in the same project you used for the data wrangling and data visualization sections, do the following:
Create a new Quarto file, setting the title as "Penguin Report", the author as your name, and the output format as Word.
Save your Quarto file as
report.qmd.Look through the Quarto file and make sure that you can identify the YAML, text sections, and code chunks.
Click the Render button and open the
report.docxfile that gets produced.
Learn More
The Quarto documentation website is a great place to start learning about Quarto.
Two other great resources for learning about Quarto are:
If you have used RMarkdown in the past and are transitioning to Quarto, I have a chapter in my book, R Without Statistics, showing how the two compare.
Have any questions? Put them below and we will help you out!
Course Content
128 Lessons
You need to be signed-in to comment on this post. Login.