Open CassKon opened 6 years ago
Hi Cassandra,
Great work on this assignment, I ran your code and got the same output! Using your code I was able to input other landmarks around Vancouver such as Olympic Village and got a detailed table illustrating the directions to get to the destination including the distance and time for each maneuver. Consistent commenting throughout the code made it easy to follow and understand. I learned a lot from reviewing your code including some detailed if
and else
statements as well as a new function Sys.sleep
. Your report of your process was thorough, and it was great to see you included some areas for improvement that if you had the time were interested in tackling. Overall, excellent job on the assignment and your repository is very well organized.
Enjoy your holidays! Heather
Hi Cassandra, Great work! Here's my review for homework 10:
Coding style: Clear and organized, great job explaining each major step. It would have been nice to see some commenting within your functions (there's a lot going on in there!)
Coding strategy:
Logical flow of code, complex code is broken down, great use of techniques taught in class and beyond. I'm impressed by all the functions you created! Good job creating efficient code with your functions and simplifying tasks for yourself. Great use of if
statements and for
loops.
Presentation - graphs: It would have been nice to see exploration of your resulting data set. However, I'm not too sure how you would analyze directions (hmm...)
Presentation - tables:
Tables are well made and great use of kable()
Achievement, mastery, cleverness, creativity: Excellent application of tools and techniques learned from the course and beyond. Great job completing the chosen tasks thoroughly!
Ease of access for instructor, compliance with course conventions for submitted work: + Easy access, code runs!
Great job downloading and cleaning up a large set of data from an API. You did a fantastic job creating functions to execute queries and return the data in an organized data frame. It was nice to see a different approach for this assignment, but it would have been good to see some data analysis on your data!
Good job reporting your process and the difficulties you encountered, as well as things to improve on. Contrary to what you think, this is an interesting assignment!
Overall excellent work! 👍
Thanks, Amanda
Please find completed assignment here.