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

https://github.com/stephlocke/shinymodulesdesignpatterns

Code samples for different design patterns as I learn shiny modules a bit more thoroughly this time!
https://github.com/stephlocke/shinymodulesdesignpatterns

Last synced: 1 day ago
JSON representation

Code samples for different design patterns as I learn shiny modules a bit more thoroughly this time!

Awesome Lists containing this project

README

        

---
output:
md_document:
variant: markdown_github
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README/README-"
)
library(DiagrammeR)
```

This repo is intended to show various design patterns I encounter in developing with shiny modules.

- [Passing input values around](input_to_multiplemodules)