https://github.com/gadenbuie/xaringan-club
A place to talk about xaringan
https://github.com/gadenbuie/xaringan-club
presentations r-markdown slides xaringan xaringan-slides
Last synced: about 1 month ago
JSON representation
A place to talk about xaringan
- Host: GitHub
- URL: https://github.com/gadenbuie/xaringan-club
- Owner: gadenbuie
- Created: 2021-05-03T01:24:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T01:11:02.000Z (about 4 years ago)
- Last Synced: 2025-02-10T02:29:11.025Z (3 months ago)
- Topics: presentations, r-markdown, slides, xaringan, xaringan-slides
- Language: HTML
- Homepage: http://xaringan.club
- Size: 741 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```A small corner of the internet dedicated to our favorite presentation package.
```{r links, echo=FALSE, results="asis"}
links <- rmarkdown::yaml_front_matter("index.Rmd")$links
links <- purrr::map_chr(links, glue::glue_data, "- [{label}]({url})")
cat(paste(links, collapse = "\n"))
```---
Logo by [Tan Ho](https://github.com/dynastyprocess/graphics/tree/main/xaringanclub).