diff --git a/modules/Data_Cleaning/lab/Data_Cleaning_Lab_Key.Rmd b/modules/Data_Cleaning/lab/Data_Cleaning_Lab_Key.Rmd index 1dfa31f8..c4786e15 100644 --- a/modules/Data_Cleaning/lab/Data_Cleaning_Lab_Key.Rmd +++ b/modules/Data_Cleaning/lab/Data_Cleaning_Lab_Key.Rmd @@ -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") ```