An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

# xaringan.club

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).