edquant / edh7916

Course materials and website for EDH7916: Contemporary Research in Higher Education
https://edquant.github.io/edh7916/
3 stars 1 forks source link

Assignment 3 #5

Closed btskinner closed 4 years ago

btskinner commented 4 years ago

@edquant/team_class: Just a reminder that for the third assignment, you can ignore the line:

For each question, I would like you to try to pipe all the commands together.

We haven't covered pipes (%>%) yet, so I don't expect you to use them. You can answer all the questions using the step by step approach we followed in class, e.g.:

df_q1 <- select(df, ...)
df_q1 <- mutate(df_q1, ...)
## ...and so on

That said, if you want to read ahead and try pipes, go for it.

Also, I didn't mention in the assignment itself, but use the template.R file to organize your script and save your work as we've done in past weeks (dw_one_<last_name>.R)