DEV Community

Mahesh K
Mahesh K

Posted on

1 1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay