Skip to content

Commit

Permalink
Update index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliadcamargo authored Sep 29, 2024
1 parent 67317e2 commit cf19b3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,20 @@ knitr::include_graphics("img/maonamassa.png")

Primeiro, precisamos instalar os pacotes necessários e carregá-los:

- Pacote `{dados}` para a importação do dataset.

- Pacote `{dplyr}` para manuseio dos dados.

- Pacote `{ggplot2}` para a visualização dos dados.


```{r}
#| echo: true
# install.packages('dados')
# install.packages('dplyr')
# install.packages('ggplot2')
library(dados)
library(ggplot2)
library(dplyr)
```
Expand Down

0 comments on commit cf19b3b

Please sign in to comment.