Introduction
-This presentation is the Course Project of the Developing Data Products Coursera course.
- It is a R Presentation generated with RStudio.
2023-06-28
Introduction
-This presentation is the Course Project of the Developing Data Products Coursera course.
Overview
The application is written in shiny, a web application framework for R.
The source code consist of two files: server .R and ui.R.
Server .R includes the backend of a Shiny web application.
ui.R includes the user-interface elements.
The application is hosted on RStudio’s shiny server.
The application goal is to provide an interface to explorer some datasets. After choose the dataset, you can see information like mean and median and some observations. You can specify the number of observations.
How the App works?
Side Panel
Select the desired dataset
Change the number of desired observations.
Main Panel
See the dataset summary.
See the dataset table with some observations.
Try the App
Use the Shiny app at https://shinyapp.io