Skip to content

Commit

Permalink
incluindo ppt
Browse files Browse the repository at this point in the history
  • Loading branch information
azeloc committed Sep 17, 2024
1 parent cbb18ae commit c00aa1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Fora do horário de aula ou monitoria:

```{r}
"slides/" |>
fs::dir_ls(glob = "*.html", fail = FALSE) |>
fs::dir_ls(glob = "*.html|pptx", fail = FALSE) |>
path_to_url() |>
dplyr::select(Slide = url) |>
knitr::kable()
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ Fora do horário de aula ou monitoria:

## Slides

| Slide |
|:---------------------------------------------------------------------------------------------------|
| [distribuicoes.html](https://curso-r.github.io/202408-intro-estatistica/slides/distribuicoes.html) |
| [introducao.html](https://curso-r.github.io/202408-intro-estatistica/slides/introducao.html) |
| [probabilidade.html](https://curso-r.github.io/202408-intro-estatistica/slides/probabilidade.html) |
| Slide |
|:-------------------------------------------------------------------------------------------------------------------------------|
| [apresentacao_tcl_amostragem.pptx](https://curso-r.github.io/202408-intro-estatistica/slides/apresentacao_tcl_amostragem.pptx) |
| [distribuicoes.html](https://curso-r.github.io/202408-intro-estatistica/slides/distribuicoes.html) |
| [introducao.html](https://curso-r.github.io/202408-intro-estatistica/slides/introducao.html) |
| [probabilidade.html](https://curso-r.github.io/202408-intro-estatistica/slides/probabilidade.html) |

## Scripts utilizados em aula

Expand Down

0 comments on commit c00aa1c

Please sign in to comment.