Skip to content

Commit

Permalink
better vairables
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed Aug 29, 2024
1 parent 1c9c806 commit cc27cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion group_project.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ library(tidyverse)

data_path <- "/courses/EDS214/group_project/2023/A1/raw_data"

data_test <- read_csv(file.path(a1_path, "BasicFieldData-Rain2.csv"))
data_file_rain <- "BasicFieldData-Rain2.csv"

data_test <- read_csv(file.path(data_path, data_file_rain))
```

## Reference
Expand Down

0 comments on commit cc27cc0

Please sign in to comment.