Shiny package: turn analyses into interactive web applications


Details
$5 is collected for dinner. Please paypal stoneapple@gmail.com to confirm your RSVP if you haven't paid. Thanks!
--------------------------------------------------
Vivian Zhang will teach how to make basic Shiny application by R and explore a few nice Shiny user cases.
Prerequisite: You should have R Beginner level programming experience or more.
The R Beginner level class syllabus helps you to validate whether you have enough R skills to take this shiny workshop, find it at https://www.meetup.com/NYC-Data-Science-Academy/events/153943642/
Content:
--Web Application Layout
--Relationship of ui.R and server.R
--concept of Reactive Programming
--Functions for Input, such as sliderInput(),selectInput() and etc
--Functions for Processing, such as reactive(),renderPlot() and etc
--Functions for Output, such as plotOutput(),tableOutput()
--Tab Panels
--UI Enhancements
--Uploading Files
--Dynamic UI
--Sharing Apps to Run Locally
--Deploying Over the Web
Case Study:
create a app which could upload csv data and build linear regression model

Shiny package: turn analyses into interactive web applications