Adrian R Angkawijaya
5/27/2018
This is the final course project for the Developing Data Products by Coursera. It involves building a shiny application using the shiny package in R.
The goal of the project is to make the following:
The body mass index is a measured value that can be used to indicate whether an individual has a healthy body mass and is represented by this following formula:
BMI = Weight (kg) / Height (m)2
More information on this specific subject can be viewed from the cdc.gov website
The application is used to calculate the user's BMI by inputting their gender, age, weight and height. The generated result will also tells the user what body fat category they are in.
The app is available to use here.
The code for the application can be found on this github link.
They are located in the ui.R and server.R sections in the repository.