📚 Week 03 Lab - Preparation

2023/24 Autumn Term

Author

Before coming to the 💻 Week 03 lab, please complete the following preparation tasks:

  1. Open the R terminal and install the new package we will use in this lab by running the following command:
install.packages("tidymodels")
  1. Review the 💻 Week 02 lab and the ✅ solutions and ensure you understand the code we wrote. Post a message on the #help-labs channel on Slack if you have any questions about the Week 02 lab.

  2. Click the link below to download the .qmd file we will use in this lab. Save it in the DS202W folder you created last week.

  1. Open this file on your preferred IDE, then fill out the blank spaces in the # ⚙️ Setup section of the lab markdown file.

  2. Look at what you will be doing in the 💻 Week 03 lab, so you are not caught off guard!