Watts-College / cpp-528-fall-2021

https://watts-college.github.io/cpp-528-fall-2021/
2 stars 2 forks source link

Clarification on submission instructions #25

Open AprilPeck opened 2 years ago

AprilPeck commented 2 years ago

@castower Can you elaborate on what you mean by this? Do all the data processing steps (i.e. everything from tutorial 1) go in the utilities.r file?

castower commented 2 years ago

Hello @AprilPeck ,

Yes, you will want to have your functions listed in the utilities.R file so that the steps to create the rodeo files are not listed in the lab.

However, the steps to answer all of the lab prompts can remain in the .RMD file (calculating home change, selecting census tracts and creating the dorling cartogram).

AprilPeck commented 2 years ago

@castower Thank you. So all of the data wrangling also goes in utilities. I noticed there was some overlap between the utilities file we downloaded this week and the project_data_steps.r file. Do we need both files or can we just house everything in utilities.r?

castower commented 2 years ago

Hello @AprilPeck , you can house everything in the utilities file.