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.

Latest comments (0)

Advice For Junior Developers

Advice from a career of 15+ years for new and beginner developers just getting started on their journey.