Closed yanchaoluo closed 6 years ago
Hi,
It is really impressive that you worked on all three ways to get data from the web into R. I would suggest adding more commenting throughout the document to make it easier for the reviewer to follow and understand the code. For the first section where you made API queries using httr
, the dataframe with the movies Thor and Spiderman included lots of important information but I did find it much easier to read when you created the subset of the data. Awesome job on the second section where you scraped data from the Spiderman movie. I was a little confused why the points in the plot were coloured by year and I think the plot would have benefited from either a legend or description indicating what movies were included in the plot. In addition, I would suggest adding a title to the plot and re-labeling the y-axis title. Great work on completing the first prompt for the third section where you used an R package that wraps an API, it was great to see you combined the data from gapminder
and geonames
and computed a plot of population vs. year for each continent. Lastly, I would check out this link as it could be helpful if you are interested in hiding the results, messages, and warnings that come up when you load packages in R Markdown. Overall good work on the assignment and hope you enjoy your holidays.
Heather
@vincenzocoia @gvdr @ksedivyhaley @JoeyBernhardt @mynamedaike @pgonzaleze @derekcho
hw10 file
hw10 markdown
Thanks! 😄