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

https://github.com/OmaymaS/intro_to_shiny_workshop

Building Web Applications with Shiny (Workshop Material)
https://github.com/OmaymaS/intro_to_shiny_workshop

r rshiny rstudio shiny shiny-tutorials shinyapp

Last synced: 4 months ago
JSON representation

Building Web Applications with Shiny (Workshop Material)

Awesome Lists containing this project

README

        

# Building Web Applications with Shiny

This repo includes the material for the "Building web applications with Shiny" workshop, conducted at [SatRday Johannesburg - 2019](https://joburg2019.satrdays.org/#workshops)

## Getting Started

### Environment

#### Option 1 (Rstudio Cloud)

- Follow this [link](https://rstudio.cloud/spaces/13602/projects) link to access the SatRday Johannesburg Workspace on **Rstudio Cloud**.
- Sign up or login using Github/google accounts.
- Click on **[intro_to_shiny_workshop](https://rstudio.cloud/spaces/13602/join?access_code=a3lMW0BydKCvXRPn4RC95hrEB714qmKIe1WTUwxv)** project.

#### Option 2 (Local)

- Install R.
- Install Rstudio.
- Make sure the following packages are installed `("tidyverse", "shiny", "shinydashboard", "shinythemes", "plotly", "zoo")`.
- Clone this repo `git clone https://github.com/OmaymaS/intro_to_shiny_workshop.git`.
- Make sure to `git pull origin master` the latest version before the workshop.

**NOTE:** For more details about R and Rstudio installation, check [Installing R and RStudio](https://moderndive.com/2-getting-started.html#installing-r-and-rstudio) section in [ModernDive](https://moderndive.com) book.

##### TO DO
- Add scripts producing the raw data used in the workshop.