Skip to content

Commit

Permalink
loading tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Caballero committed Mar 26, 2024
1 parent 00000a7 commit 6741dbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qmd/07_DataImport.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ install.packages("tidyverse")

- The command will install a large set of packages that are designed to work together, including ggplot2.

And load the package
```{r}
#| echo: true
library(tidyverse)
```


## Credit

- This presentation is heavily influenced by Rafael Irizarry's book [Introduction to Data Science](https://rafalab.dfci.harvard.edu/dsbook) and his corresponding course on EdX.
Expand Down

0 comments on commit 6741dbf

Please sign in to comment.