arne-cl / 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.

Home Page:https://debruine.github.io/shinyintro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://debruine.github.io/shinyintro/

License:Other


Languages

Language:HTML 67.9%Language:TeX 21.4%Language:CSS 4.2%Language:R 3.6%Language:JavaScript 2.8%