HollywoodMovies2.0 is a Shiny app that has been re-built using golem
framework. Among many other benefits, golem
builds a Shiny app as an R
package thus it’s quite easy to ensure the robustness of the
application. Learn more here about golem
.
The primary goal of this HollywoodMovies2.0 is to use Shiny to achieve two things:
This application has three tabs. The main contents are presented in the tabs. Other than the tabs, the sidebar serves two purposes:
Here’s a brief summary about what tasks can be performed in each of the tabs:
Summary:
Bivariate Relations:
Clustering Model:
Elbow Plot
,If you are interested you can install this application as an R library.
# install.packages("remotes")
remotes::install_github("Curious-Joe/HollywoodApp2.0")
# run the shiny app
HollywoodMovies2.0::run_app()
A live demo of this application is available here on the shinyapp.io platform.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.