-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path17-videos_html.Rmd
88 lines (59 loc) · 1.96 KB
/
17-videos_html.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Aulas em vídeo {#videos}
Gravamos vídeoaulas para a maior parte do material aqui ofertado.
Elas estão agrupadas abaixo para facilitar a visualização e o entendimento dos tópicos abordados.
## Importando e exportando dados
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/3OYkXsoAHS4")
```
## Criação de vetores
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/qXSZkGoDk1Y")
```
## Classes de vetores e fatores
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/CAXnQpYgJ3Y")
```
## Sequências numéricas e repetições, operações e funções com vetores
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/PJ02yj0gnWc")
```
## Listas
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/gBGFGslcbfU")
```
## Criando matrizes
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/cA4ETA6qfB4")
```
## Criando dataframes, e operações importantes em matrizes e dataframes
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/27HgQHV5zBs")
```
## Indexação de matrizes e dataframes
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/CJILnDzVviQ")
```
## Condicionais
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/8Z_k02PwQZc")
```
## Funções da família `apply(")`
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/Fs0is2251Sw")
```
## Funções de manipulação de pasta e arquivos
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/TbY5nEQTwLw")
```
## Funções de manipulação de texto - parte 01
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/at5XpBAT1sI")
```
## Funções de manipulação de texto - parte 02
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/j6O6e96qmEc")
```
## Objetos complexos
```{r, echo = FALSE}
knitr::include_url("https://www.youtube.com/embed/hvWJr0khuwc")
```