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

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.

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")
```