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)
- Host: GitHub
- URL: https://github.com/OmaymaS/intro_to_shiny_workshop
- Owner: OmaymaS
- Created: 2019-03-09T11:12:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T13:52:43.000Z (about 6 years ago)
- Last Synced: 2024-08-13T07:14:48.692Z (8 months ago)
- Topics: r, rshiny, rstudio, shiny, shiny-tutorials, shinyapp
- Language: R
- Homepage:
- Size: 4.24 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - OmaymaS/intro_to_shiny_workshop - Building Web Applications with Shiny (Workshop Material) (R)
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.