https://github.com/debruine/shinyintro
This class will teach you the basics of Shiny app programming, giving you skills that will form the basis of almost any app you want to build. By the end of the class, you will have created a custom app that collects and saves data, allows users to dynamically visualize the data, and produces downloadable reports.
https://github.com/debruine/shinyintro
shiny tutorial
Last synced: 4 months ago
JSON representation
This class will teach you the basics of Shiny app programming, giving you skills that will form the basis of almost any app you want to build. By the end of the class, you will have created a custom app that collects and saves data, allows users to dynamically visualize the data, and produces downloadable reports.
- Host: GitHub
- URL: https://github.com/debruine/shinyintro
- Owner: debruine
- License: other
- Created: 2021-03-31T10:59:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T10:21:51.000Z (about 2 years ago)
- Last Synced: 2025-09-12T00:05:39.990Z (4 months ago)
- Topics: shiny, tutorial
- Language: HTML
- Homepage: https://debruine.github.io/shinyintro/
- Size: 57.1 MB
- Stars: 24
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
---
output: github_document
---
# shinyintro
This package installs all of the packages you need for Lisa DeBruine's course on Building Web Apps with R Shiny. It also gives you local access to the [book](https://debruine.github.io/shinyintro) and example Shiny apps.
## Installation
You can install shinyintro with:
``` r
# you may have to install devtools first with
# install.packages("devtools")
devtools::install_github("debruine/shinyintro")
```
## Functions
Open a local copy of the book:
``` r
shinyintro::book()
```
Open a built-in shiny app.
``` r
shinyintro::app("template")
```