heidi icon indicating copy to clipboard operation
heidi copied to clipboard

add dplyr operations

Open ocramz opened this issue 5 years ago • 3 comments

  • [ ] mutate() adds new variables that are functions of existing variables
  • [x] select() picks variables based on their names.
    • see the text, int etc. lenses
  • [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

ocramz avatar May 20 '19 15:05 ocramz