Skip to content

Commit

Permalink
removing extraneous library(tidyverse)
Browse files Browse the repository at this point in the history
  • Loading branch information
oharac committed Oct 2, 2024
1 parent 566ac8d commit 45f81e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions materials/sections/r-creating-functions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ A common workflow in the `tidyverse` is to use the pipe operator `%>%` (or the n
```{r}
#| label: func-dplyr-example
library(tidyverse)
f_temps_df %>%
select(fahr, celsius) %>%
mutate(rankine = fahr + 459.67)
Expand Down

0 comments on commit 45f81e5

Please sign in to comment.