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
- Host: GitHub
- URL: https://github.com/tyronehunt/GolemShinyTemplate
- Owner: tyronehunt
- License: other
- Created: 2020-07-10T15:02:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T15:18:09.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:13:36.862Z (8 months ago)
- Language: R
- Size: 886 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - 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 (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# GolemShinyTemplate
[](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/