heidi
heidi copied to clipboard
add dplyr operations
- [ ] mutate() adds new variables that are functions of existing variables
- [x] select() picks variables based on their names.
- see the
text
,int
etc. lenses
- see the
- [x] filter() picks cases based on their values.
- [x] summarise() reduces multiple values down to a single summary. ~~- [ ] arrange() changes the ordering of the rows.~~ not needed