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

https://github.com/tyronehunt/GolemShinyTemplate

This repository rebuilds from the ground up another repository at https://github.com/ColinFay/tidytuesday201942 in order to understand the process and create a reusable Shiny-in-Golem template
https://github.com/tyronehunt/GolemShinyTemplate

Last synced: 4 months ago
JSON representation

This repository rebuilds from the ground up another repository at https://github.com/ColinFay/tidytuesday201942 in order to understand the process and create a reusable Shiny-in-Golem template

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# GolemShinyTemplate

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

The goal of GolemShinyTemplate is to learn how to use Golem for creating a production ready Shiny app. Most of the code in this package is copied from https://github.com/ColinFay/tidytuesday201942, but was built from the ground up in order to explore which components could be removed and wherever possible remove complexity.

The final product can be found at: https://tyronehunt.shinyapps.io/GolemShinyTemplate/