Put your answer in the chat!
Housekeeping
Quarto Exercise
Quarto Tips
Next Week
Next week is a catch-up week: optional live session on AI
Updated cheatsheets will be ready soon
I would like you to help me confirm that once an Object appears in the Environment Panel, it’s automatically saved. In this case our object is
penguins.

Source: rstats.wtf
Copy the code from this Quarto document. Figure out why it won’t render and change it so that it will!
Copy the code from this second Quarto document. There are a series of questions in it. Tackle them one by one, making changes to the document as you do so.
If you get an error about not being able to render a PDF document, install the {tinytex} package:
Load packages at top
Import data at top
Custom functions at top
Code chunks used throughout to make outputs (graphs, tables, maps, etc)
I also do data cleaning/tidying in a separate R script file (you’ll learn about this soon)
So, is the purpose of Quarto primarily for data viz? It isn’t something that for example you’d use for summary stats unless have some visual component with it?
Many people do data cleaning and exploratory data analysis in Quarto documents!

Column 1
Column 2
brand.ymlDepends on output format
For HTML, use a combination of brand.yml, themes, and custom CSS
For Word, use reference documents
For PDF, use brand.yml and check out typst format
There are lessons on each of these later in R in 3 Months!
Catch-up week!
Optional session on AI (send questions!)
Reach out to Gracielle for any help you may need!
For following week, you will be learning about advanced data wrangling, focusing on the concept of tidy data. You can start whenever you would like to!