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