Data visualization and transformation
gain insights from data
gain insights from data, using modern programming tools and techniques
gain insights from data, using modern programming tools and techniques, reproducibly with literate programming
gain insights from data, using modern programming tools and techniques, reproducibly with literate programming and version control
What does it mean for a data analysis to be “reproducible”?
Short-term goals:
Long-term goals:
Scriptability → R
Literate programming (code, narrative, output in one place) → Quarto
Version control → Git / GitHub
Let’s take a tour of
Important
The environment of your Quarto document is separate from the Console!
Remember this, and expect it to bite you a few times as you’re learning to work with Quarto!
Every code along is a Quarto document
You’ll always have a template Quarto document to start with
The amount of scaffolding in the template will decrease over the semester