Today
-
Date and time with lubridate.
-
Text data with stringr.
-
Web scraping with rvest.
Announcement
-
Quiz
Data Transformation using dplyr
due Feb 9 @ 11:59pm. -
HW2 is due Feb 9 @ 11:59pm. Start early. Ask questions on Slack or office hours.
-
HW1 graded.
grade_hw1.md
pushed to yourgrading
branch. -
Common issues in HW1.
-
Use git regularly. Many students only commit and push after finishing the assignment, which is not enough. You should consider making a commit whenever meaningful changes to your code have been made. If you’re not sure when to commit, start by committing after finishing each question. Do not commit directly to the main branch while working on the assignments.
-
Tag your homework submission in git. And make sure that you’re tagging the version you actually want to submit. You can verify on Github which commits were included with the tag to make sure you’re using most recent updates.
-
Do not set every code chunk to
eval = False
when rendering your html file. In your submitted html, we want to see what the code actually looks like on your machine, which does not happen when code chunks are not evaluated. This is also not reproducible; we should be able to easily run the chunks that are necessary for your analysis. -
Answer all parts of the question. Make sure you’re providing a complete answer when asked for any interpretation or description.
-
No plagiarism.
-
Q&A
- Time zones (Puyuan Liu’s excellent question on Slack). Read this post.