You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of students got confused and spent a lot of time on data.frame subsetting; an example about how to get columns by name range (January:December) would be useful, and also about how to merge data.frames together (rbind/cbind and not merge()).
Many people created loops and lost time there, so it might be good to tell that no loops are necessary because extract() is already vectorised.
The text was updated successfully, but these errors were encountered:
A lot of students got confused and spent a lot of time on data.frame subsetting; an example about how to get columns by name range (January:December) would be useful, and also about how to merge data.frames together (rbind/cbind and not merge()).
Many people created loops and lost time there, so it might be good to tell that no loops are necessary because extract() is already vectorised.
The text was updated successfully, but these errors were encountered: