Skip to content

add dplyr operations #4

@ocramz

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions