From 3f1fb0ae6fb544ef6a9a427c111f3e30a4898190 Mon Sep 17 00:00:00 2001 From: John Helveston Date: Fri, 3 Jan 2025 08:45:01 -0500 Subject: [PATCH] Update 11-programming-with-data-temp.qmd --- hw/11-programming-with-data-temp.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/11-programming-with-data-temp.qmd b/hw/11-programming-with-data-temp.qmd index b6944a3..3b021e0 100644 --- a/hw/11-programming-with-data-temp.qmd +++ b/hw/11-programming-with-data-temp.qmd @@ -86,6 +86,8 @@ Using `map()`, write R code to obtain a vector of the number of times the word As we saw in class, the `sw_people` list contains a list of information about each character in Star Wars. You can load the list from the `repurrrsive` package: ```{r} +#| eval: false + library(repurrrsive) ```