|

R Shiny App for Mining Fields Evaluation

Presenting your report in an interactive and user-friendly way is a very effective communicative tool which can help you convey message to your audience easily.

R is a very powerful analytic tool which helps you to do that with the “shiny” package.

Here, I simply look at an app about the Mining Fields Evaluation which was part of a lesson I went through.

The structure of the code is briefly outlined below.

The final shiny app and the associated csv file for the app can all be access here: Mining Field Evaluation Shiny App

Firstly, we import the needed libraries.

Secondly, we define the 3 main components of our shiny app we need, which are :
 a. the server component, 

b. the user interface component

c. the shiny app component

Thirdly, we build our various components. I will not be going into the very details of building the various sections. However, the entire code can be found below:

 

 

Now when you want to deploy your, you can deploy on it on shinyapp.io.

You will have to create an account with them and you can simply deploy straight from your R-Studio.

Watch this quick video on youtube on a quickway to deploy your shiny app.

Hopefully , this will give you a taste of shiny apps and you can see how useful it will be in your arsenal of tools in your Analytics and Data Science journey.

References:

R Shiny Interactive Web Apps – Next Level Data Visualization – Udemy

Deploy Your ShinyApp – Youtube video

Want more information like this?

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *