uzochukka1 / final_project_organization

0 stars 4 forks source link

INFO 550: Data Science Toolkit

Uzoamaka Chukka

Final Project Repository

The repository contains 4 sections:

The Main Project Folder

The code Folder code/01_make_output1.R

This opens the Diabetes Folder code/02_render_report.R

This renders the report.Rmd report.Rmd

The reads the diabetes dataset generated by code/01_make_output reads diabetes dataset generated by code/01_make_output1.R makes ggplot analysis

Building the Image in Docker

To build the image you would type in the Terminal 'docker build -t project_image .' To mount the directory docker run -v "/$(pwd)/final_report":/final_project_organization/final_report uzochukka/project_image or docker run -it -v "//c/Users/uzchu/Downloads/final_project_organization/final_report":/final_project_organization/final_report project_image

Rendering the report

The code for producing topicSummary.rds and figure.rds are located within the code folder

The final_project.html will render if the "make" command is entered into the terminal