This folder contains materials for your Posit Academy course project. You will complete this project in your IDE of choice (Positron or RStudio) using a dedicated instance of Posit Workbench (instructions for accessing Posit Workbench will be shared at the beginning of your course).
By accessing these Posit Academy course materials, you agree to Posit's End User License Agreement and Learning Services Agreement.
-
Quarto (.qmd) files: These are the project milestone files where you'll complete your work each week
-
data/: Contains the datasets you'll explore along with "solution" datasets for you to compare against your work
-
assets/: Contains data dictionaries explaining the variables in each dataset
-
images/: Contains milestone "solution" images for you to compare against your work
Step 1: Install R packages
-
Open your Console tab at the bottom of the IDE.
-
Run the following in your Console to install R packages you will need for this project:
install.packages(c("tidyverse", "fs", "waldo", "glue", "gt", "cli", "quarto", "knitr", "here"))
Note: This may take several minutes to complete.
Step 2: Open your first milestone.
-
Open the file ending in
*_01_quarto_functions.qmd -
Follow the instructions in this file to complete the exercises
Once you have set up your project, you will have access to all of the milestone files for your project. However, we encourage you to only focus on the milestone corresponding to the current week of your Academy course.
Milestone files are numbered sequentially according to the week of the course. For example:
Week 1 = *_01_quarto_functions.qmd
Week 2 = *_02_quarto_conditionals.qmd
etc.