Watts-College / cpp-529-spr-2022

https://watts-college.github.io/cpp-529-spr-2022/
0 stars 2 forks source link

Final project submission #35

Closed dholford closed 2 years ago

dholford commented 2 years ago

Hello @JasonSills,

I'm a little confused on what all we are supposed to be submitting. The final project instructions say to submit the following:

  1. Create an RMD file with the all of the datasets described below. In this file you will re-create your dorling cartogram, add your clusters, and add all of the census data needed for your models. This will allow you to load a single geojson map file in your dashboard, and it will contain all of the information you need for all of the tabs.

  2. Use the template above to create a dashboard that makes all of the data on your city acccessible. Submit the .rmd file, the .html files for your dashboard.

  3. Upload a your completed dashboard to shiny.io so that you can share your work via a URL. Include the link to your dashboard in the comments of your project submission, and share your work with classmates via Yellowdig.

I'm a little confused on what .html file we should have? And should we be submitting our dorling cartogram file separately?

Thanks, Dylan

JasonSills commented 2 years ago

I don't need the dorling cartogram file, just the rmd used to create the file. The html file would be similar to what you run with other markdowns and submit with your labs. Create a new rmarkdown, put your dashboard code in it, and use the yaml:

title: "Models of Neighborhood Change in Your City" output: html_document

dholford commented 2 years ago

@JasonSills

Awesome, thanks for the quick response!