Demonstrating Shiny Apps

February 13, 2021

Date

February 13, 2021

Time

10:00 AM

Location

IIM Indore

Event

Guest Lecture

Central Limit Theorem App: app.R

Slides 2021: here

Slides 2020: here

Recently, I gave a presentation on R Shiny Apps to an FPM (PhD) class. Although the session was quite brief in itself, we developed a small central limit theorem demonstrator. It’s not feature-rich or anything - just serves the purpose of seeing central limit theorem in action. Thanks a lot to Prof Pritam Ranjan for giving me this wonderful opportunity.

From R Studio – Shiny Apps:

Shiny is an R package that makes it easy to build interactive web apps straight from R. You can host standalone apps on a webpage or embed them in R Markdown documents or build dashboards. You can also extend your Shiny apps with CSS themes, htmlwidgets, and JavaScript actions.

In this small guest lecture, my purpose was not to demonstrate what to do with Shiny apps, as the uses are virtually endless. My goal was to leave them on a good pedestal so that they can pick it up as and when required. The clear thing about Shiny is its ease of use.

Update on Feb 13, 2021

I delivered this guest lecture again for the next iteration of the course. This time, it was a full session — I got 75 minutes to explain Shiny apps. I enjoyed it and the feedback was much better than last year.

Posted on:
February 13, 2021
Length:
2 minute read, 226 words
Categories:
R
See Also: