vanflad / STAT547-hw-fladmark-vanessa

0 stars 0 forks source link

hw10 ready for grading! #10

Open vanflad opened 6 years ago

sepkamal commented 6 years ago

Hi @vanflad

Here are some thoughts on your hw10:

Overall your code shows expert R proficiency and the graphs look very nice!

Cheers, Sep

wenzhengzzz commented 6 years ago

Hi @vanflad, Thanks for inviting me to your repository. First of all, good choice on pictures in your markdown and readme file! Here are more specific comments:

--Well organized homework. It is grateful that you explain your process clearly in your Rmd file and linked each file to README file, which is quite useful when I review your homework.

--You made API queries "by hand" using the httr packag in this assignment, while I did not choose the same task though, I learned a lot from your homework. And I found the link to Internet Video Archive (IVA)'s Entertainment Express API is very useful. Thank you.

--when you get Id, episode, title and date info for every season and episode, you used a complicated for loop, which might be confusing when read it.

-- the only suggestion that I could think of is to useinclude=FALSE or warning=FALSE to avoid unnecessary messages.

Overall, I think you did a great job!