Skip to content

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.

License

Unknown, CC-BY-4.0 licenses found

Licenses found

Unknown
LICENSE
CC-BY-4.0
LICENSE.md
Notifications You must be signed in to change notification settings

debruine/shinyintro

Repository files navigation

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 and example Shiny apps.

Installation

You can install shinyintro with:

# you may have to install devtools first with 
# install.packages("devtools")

devtools::install_github("debruine/shinyintro")

Functions

Open a local copy of the book:

shinyintro::book()

Open a built-in shiny app.

shinyintro::app("template")

About

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.

Topics

Resources

License

Unknown, CC-BY-4.0 licenses found

Licenses found

Unknown
LICENSE
CC-BY-4.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published