knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

HollywoodMovies2.0

Lifecycle: stable

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:

Description of the App

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:

Installation

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()

App Demo

A live demo of this application is available here on the shinyapp.io platform.



Curious-Joe/HollywoodApp2.0 documentation built on Dec. 17, 2021, 3:09 p.m.