From e9ddd08f5b2cb4c439481f4137928ec6efffc02c Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Sun, 21 Jan 2024 20:45:17 +0100 Subject: [PATCH] fix: this isn't necessary anymore --- appendix/assignment.qmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/appendix/assignment.qmd b/appendix/assignment.qmd index 414c6ba..23f37e0 100644 --- a/appendix/assignment.qmd +++ b/appendix/assignment.qmd @@ -52,9 +52,6 @@ Your specific tasks are: 3. Assign one team member to **download the dataset** and put it into the `data-raw/` folder of your project. - - Create this `data-raw/` folder by running - `usethis::use_directory("data-raw")` in the Console while in - your group's R Project. - If there is any documentation on the dataset, e.g. variable definitions, put those files in the `data-raw/` folder as well. - This team member should then add and commit the new file(s) in