Giter Site home page Giter Site logo

chunaliu / shiny_app_workshop_2020 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aponsero/shiny_app_workshop_2020

0.0 1.0 0.0 6.73 MB

Material for the ResBaz 2020 workshop - Intro to Shiny app development

License: MIT License

R 88.51% HTML 11.49%

shiny_app_workshop_2020's Introduction

Shiny_app_workshop_2020

Material for the ResBaz 2020 workshop - Intro to Shiny app development

Setup and requirements

Requirements

This lessons assumes that you have some minimal knowledge of the R langage and some familiarity with RStudio. In particular, being familiar with the TidyR and ggplot2 packages is recommended in order to fully understand this workshop.

Setup

R and Rstudio

This lesson assumes you have R and RStudio installed on your computer.

The latest version of R can be downloaded here.

RStudio can be downloaded here. Make sure that you download the free Desktop version for your computer.

R libraries

This workshop will use the following libraries:

  • Shiny
  • readr
  • ggplot2
  • TydR and dplyR

These libraries can be installed together by installing the 'Tidyverse' package. To install the package, open RStudio and run in the console:

install.packages("tidyverse")
install.packages("shiny")

To be able to connect to the shinyapps.io server, you'll also need to install the rsconnect package To install the package, open RStudio and run in the console:

install.packages("rsconnect")

ShinyApp.io account

Although not mandatory, if you want to be able to deploy your App on the ShinyApp.io server, you'll need to create a free account on ShinyApps.io

shiny_app_workshop_2020's People

Contributors

aponsero avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.