Luis Felipe Albarracin
17-Ago-2020
This is the final presentation for the Course Project of Developing Data Products The main objective of the project is to write a Shiny application, which can be tested by downloading the iu.r and the server.r files from the github repository.
A Shiny Application was written for this project The objective of the application is to calculate the BMI of a person, which is a normal procedure in a medical visit.
Come of the code of the server.R file is:
input$ing_weight_kg/(input$int_height_cm/100 * input$int_height_cm/100)
finally the iu.r and the server.r files can be found in:
https://github.com/lfasanchez/Developing_Data
In case the link does not open immidiatly, please copy it and paste it on your web browser.