Skip to content

Commit

Permalink
🛣️ path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaS08 committed Oct 15, 2024
1 parent d225e97 commit 9fcc9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/01_data_clean.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
library(here)
library(tidyverse)

here("code")
# set path to code sub dir
setwd(here("code"))

# clean traits data
trait_files <- list.files(path = "../data/raw", pattern = "traits.csv", full.names = TRUE)
Expand Down

0 comments on commit 9fcc9b1

Please sign in to comment.