DEV Community

Mahesh K
Mahesh K

Posted on

R Language - How to Create Shiny App Dashboard

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.

Top comments (0)