Skip to content

Commit

Permalink
add er assignment before part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 committed Dec 5, 2024
1 parent 854ddb4 commit 645c702
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/Subsetting_Data_in_R/Subsetting_Data_in_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,7 @@ We'll work with the CO heat-related ER visits dataset again.
This time lets also make it a smaller subset so it is easier for us to see the full dataset as we work through examples.

```{r}
#read_csv("https://daseh.org/data/CO_ER_heat_visits.csv")
# er<-read_csv("https://daseh.org/data/CO_ER_heat_visits.csv")
set.seed(1234)
er_30 <-slice_sample(er, n = 30)
```
Expand Down

0 comments on commit 645c702

Please sign in to comment.