Skip to content

Commit

Permalink
tell students to assign dataset to ces object
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumph committed Dec 5, 2024
1 parent a90b92d commit 08aa21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/Data_Cleaning/lab/Data_Cleaning_Lab_Key.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ library(naniar)

Read in the CalEnviroScreen data using `read_csv` and the URL https://daseh.org/data/CalEnviroScreen_data.csv

Assign this dataset to an object called "ces"

```{r 1.0response}
ces <- read_csv(file = "https://daseh.org/data/CalEnviroScreen_data.csv")
```
Expand Down

0 comments on commit 08aa21d

Please sign in to comment.