R Language - How to Create Shiny App Dashboard
Mahesh K

Mahesh K @maheshkale

About: I write (about) code and keep interest in Data science, Venture Funding and startups.

Joined:
May 2, 2018

R Language - How to Create Shiny App Dashboard

Publish Date: May 21 '20
5 0

R language allows you to create your own dashboard for data visualization and manipulation. For this you make use of the shiny package.

You have to install shiny package, which you can do using the command below.

install.packages("shiny")
Enter fullscreen mode Exit fullscreen mode

After this you can follow the tutorial to learn how to create the shiny app.

So check out how to create shiny app dashboard in R language.

Comments 0 total

    Add comment