Skip to content

Commit

Permalink
Update modules/Subsetting_Data_in_R/lab/Subsetting_Data_in_R_Lab.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 authored Sep 30, 2024
1 parent e375573 commit 78514e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Re-order the rows of `ces_Alameda` by `Traffic` value in increasing order. Use `
```

### 1.4
### 3.4

Create a new variable in `ces_Alameda` called `Asthma100`, which is equal to `Asthma` divided by 100, using `mutate()`(don't forget to reassign `ces_Alameda`). Use pipes `%>%`.

Expand Down

0 comments on commit 78514e2

Please sign in to comment.