From 566ac8d663cce7af8a308d9126efd500e7be4082 Mon Sep 17 00:00:00 2001 From: camilavargasp Date: Tue, 1 Oct 2024 16:49:12 -0700 Subject: [PATCH] adding dplyr library in function lesson because functions form this package are used in the lesson. --- materials/sections/r-creating-functions.qmd | 1 + materials/session_17.qmd | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/materials/sections/r-creating-functions.qmd b/materials/sections/r-creating-functions.qmd index cfe04e24..9de2ae07 100644 --- a/materials/sections/r-creating-functions.qmd +++ b/materials/sections/r-creating-functions.qmd @@ -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? diff --git a/materials/session_17.qmd b/materials/session_17.qmd index 74ec1455..60bcf3da 100644 --- a/materials/session_17.qmd +++ b/materials/session_17.qmd @@ -5,6 +5,7 @@ title-block-banner: true + {{< include /sections/r-creating-functions.qmd >}} -{{< include /sections/r-creating-packages.qmd >}} \ No newline at end of file + \ No newline at end of file