We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a52d2 commit f414911Copy full SHA for f414911
3 files changed
talks/pt/2025-08-rbras-r4ds/index.qmd
@@ -45,3 +45,15 @@ read_yaml_talks_pt()
45
- Clube do livro R-Ladies São Paulo:
46
- [Playlist de vídeos](https://youtube.com/playlist?list=PLufjVrrUAoSdAk_I8l_MJRCwS8P_R-isY&si=lROiQeZDJDw-5B6Q)
47
- [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