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

https://github.com/jimbrig/therdispatch-blogdown

The R Dispatch - An R Related Blog and Knowledge Base
https://github.com/jimbrig/therdispatch-blogdown

blog blogdown r-programming

Last synced: about 1 month ago
JSON representation

The R Dispatch - An R Related Blog and Knowledge Base

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# The-R-Dispatch

[![Netlify Status](https://api.netlify.com/api/v1/badges/b8d9532b-dc4b-499d-8ab3-9da1804eb533/deploy-status)](https://app.netlify.com/sites/therdispatch/deploys)

Build with blogdown.

## Session Info

```{r, echo=FALSE}
sessioninfo::session_info()
```