Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tips for the exercise #9

Closed
GreatEmerald opened this issue Jan 16, 2019 · 1 comment
Closed

Add more tips for the exercise #9

GreatEmerald opened this issue Jan 16, 2019 · 1 comment

Comments

@GreatEmerald
Copy link
Member

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.

@GreatEmerald
Copy link
Member Author

Done, perhaps good to add to the tutorial as per #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant