Skip to content

Commit f414911

Browse files
committed
adiciona link da sidrar
1 parent 98a52d2 commit f414911

3 files changed

Lines changed: 581 additions & 18 deletions

File tree

talks/pt/2025-08-rbras-r4ds/index.qmd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ read_yaml_talks_pt()
4545
- Clube do livro R-Ladies São Paulo:
4646
- [Playlist de vídeos](https://youtube.com/playlist?list=PLufjVrrUAoSdAk_I8l_MJRCwS8P_R-isY&si=lROiQeZDJDw-5B6Q)
4747
- [Material compartilhado](https://docs.google.com/document/d/1xCn5gxK47tj9lRpDovwGNlza9i1FX2VBixo1V7VtUUs/edit?usp=sharing)
48+
49+
50+
```{r}
51+
#| eval: false
52+
#| echo: false
53+
library(qrcode)
54+
55+
code <- qr_code("https://beamilz.com/talks/pt/2025-08-rbras-r4ds/index.html")
56+
plot(code)
57+
generate_svg(code, filename = "qrcode.svg")
58+
```
59+

0 commit comments

Comments
 (0)