Skip to content

Commit

Permalink
adding dplyr library in function lesson because functions form this p…
Browse files Browse the repository at this point in the history
…ackage are used in the lesson.
  • Loading branch information
camilavargasp committed Oct 1, 2024
1 parent 04cb989 commit 566ac8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions materials/sections/r-creating-functions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Many people write R code as a single, continuous stream of commands, often drawn
#| echo: false
library(DT)
library(dplyr)
```

### Why Functions?
Expand Down
3 changes: 2 additions & 1 deletion materials/session_17.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title-block-banner: true




{{< include /sections/r-creating-functions.qmd >}}

{{< include /sections/r-creating-packages.qmd >}}
<!-- {{< include /sections/r-creating-packages.qmd >}} -->

0 comments on commit 566ac8d

Please sign in to comment.