Building Interactive Shiny Web Apps with R Programming
- Description
- Curriculum
- FAQ
- Reviews
If this is your first time using Shiny, welcome!
An R program called Shiny makes it simple to build dynamic, rich web applications.
You may use Shiny to take your R work and make it accessible to the public via a web browser.
Shiny makes you appear good by making it simple to
create beautiful web apps with the least amount of effort.
Most R users before found it challenging to create web apps because of the need to understand web technologies such as HTML, CSS, and JavaScript
Complex interactive apps need rigorous interaction flow analysis
to ensure that only the associated outputs update when an input changes.
Shiny makes it much simpler for R programmers to develop web applications by:
supplying a well-selected group of user interface (UI) methods
that provides the HTML, CSS, and JavaScript required for typical jobs
This implies that until you wish to move beyond the fundamentals that Shiny provides for you,
you don’t need to be familiar with the specifics of HTML, CSS, or JavaScript.
Shiny enables you to:
-
Make dashboards that track crucial high-level performance
-
Switch to interactive apps that let users jump to the precise section of the results they have an interest in.
-
Use educational visualizations to explain complex models to a non-technical audience.
-
3Section OverviewVideo lesson
-
4Setting up the Shiny App DirectoryVideo lesson
In this lecture you will be shown how to set up your R Shiny Project
-
5User InterfaceVideo lesson
In this lecture I talk about how to build the user interface of the Shiny App
-
6Server SideVideo lesson
In this lecture, I talk about how to control the behaviours of the web app from the server side.
-
7Reactive ExpressionsVideo lesson
In this lecture you will learn about reactive expressions and how to use them in R Shiny
-
8ExercisesQuiz
-
21Section OverviewVideo lesson
This is an overview of what you will be learning in this section
-
22BMI User InterfaceVideo lesson
In this lecture we will be creating the user interface for the BMI Calculator
-
23BMI FunctionVideo lesson
In this lecture you will be shown how to create the BMI function
-
24BMI Server SideVideo lesson
In this section we will build the server side for the BMI Calculator
-
25ExerciseQuiz
-
26Section OverviewVideo lesson
I give a brief description of what we will be building at the end of this section.
-
27IMDB Movie DatasetVideo lesson
This lecture covers a brief explanation of the IMDB dataset to be used in building the Movie Explorer
-
28Page SetupVideo lesson
In this lecture, you will be setting up the page of the Movie Explorer
-
29Sidebar and Main PanelVideo lesson
We develop the sidebar and main panel in this lecture
-
30Filtering with "dplyr" packageVideo lesson
Learn how to filter a dataset with the "dplyr" package.
-
31Movie Explorer Server SideVideo lesson
In this lecture, we build the server side of the movie explorer.
-
32ExerciseQuiz
External Links May Contain Affiliate Links read more