Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Chapter-Instructions/Chapter_04_Instructions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ format:
---

A consistent coding style makes it easier for others (including future-you!) to read your work and is particularly important if you need to get help from someone else.
This chapter will introduce the most important points of the tidyverse style guide, which is used throughout our Essential Skills to Computational Research.
This chapter will introduce the most important points of the tidyverse style guide, which is used throughout our Essential Skills for Computational Research.

------------------------------------------------------------------------

Expand Down Expand Up @@ -160,4 +160,4 @@ arr_delay,na.rm=TRUE),cancelled=sum(is.na(arr_delay)),n=n())|>filter(n>10)

------------------------------------------------------------------------

**NEXT UP:** [Chapter 5](https://github.com/UCSC-Treehouse/Essential-skills-for-Treehouse-computational-research/blob/main/Chapter-Instructions/Chapter_05_Instructions.md)
**NEXT UP:** [Chapter 5](https://github.com/UCSC-Treehouse/Essential-skills-for-Treehouse-computational-research/blob/main/Chapter-Instructions/Chapter_05_Instructions.md)