Put your answer in the chat!
Housekeeping
Data Wrangling and Data Viz Questions
Project Examples
Quarto Exercise
Quarto Tips
Next Week
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.
How do you add subitems in lists? I tried my best but I am not liking how my subitems show up as a dash.
List item
Indented list item
List item
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
Depends on output format
For Word, use reference documents
For PDF, check out typst
format
There are lessons on each of these later in R in 3 Months!
I looked into the geomtextpath package and even found a fairly helpful guide (https://cran.r-project.org/web/packages/geomtextpath/vignettes/geomtextpath.html) but I’m still at a loss on how to incorporate the names into the lines themselves. I wish I were better at understanding the Help guides.
Catch-up week! No live session or co-working sessions are happening, but please 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. Lessons are up now so you can start whenever you would like to!