-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
53 lines (33 loc) · 983 Bytes
/
README.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
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
message = FALSE
)
```
## Projeto de pesquisa de doutorado
### Conteúdo
Link direto: https://rdurl0.github.io/Projeto/
```{r echo=FALSE, results='asis'}
library(tidyverse)
arquivos <- list.files("./docs")[str_detect(list.files("./docs"), "html")]
url <- paste0("https://rdurl0.github.io/Projeto/docs/", arquivos)
indice <- arquivos %>%
str_remove("^[:digit:]") %>%
str_remove("^[:digit:]") %>%
str_remove(".html") %>%
str_replace_all("_", " ") %>%
paste0("#### ", .)
```
`r indice[1]` [clique aqui](`r url[1]`)
`r indice[2]` [clique aqui](`r url[2]`)
`r indice[3]` [clique aqui](`r url[3]`)
`r indice[4]` [clique aqui](`r url[4]`)
`r indice[5]` [clique aqui](`r url[5]`)
`r indice[6]` [clique aqui](`r url[6]`)
`r indice[7]` [clique aqui](`r url[7]`)
`r indice[8]` [clique aqui](`r url[8]`)
`r indice[9]` [clique aqui](`r url[9]`)