Skip to content

Commit

Permalink
fix: small clarification in exercise text
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jan 24, 2024
1 parent 09cc120 commit 4fff85a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sessions/data-management.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ We can now "read" these actions as:

> Time: 10 minutes.
In the `R/learning.R` script file, complete the following tasks.
In the `R/learning.R` script file, complete the following tasks, running
each code after completing the task.

1. Copy and paste the code below into the script file. Replace the
`___` in the `select()` function, with the columns `bp_sys_ave`, and
Expand Down Expand Up @@ -1089,3 +1090,4 @@ files into R.
package to wrangle your data.
- Use the pipe (`%>%`) to write easy-to-read code, similar to reading
a text consisting of multiple sentences.

0 comments on commit 4fff85a

Please sign in to comment.