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

Tidy eval lesson design #369

Open
bensoltoff opened this issue Aug 23, 2022 · 1 comment
Open

Tidy eval lesson design #369

bensoltoff opened this issue Aug 23, 2022 · 1 comment
Labels

Comments

@bensoltoff
Copy link
Member

bensoltoff commented Aug 23, 2022

Learning objectives

  • Build functions that call tidyverse functions, using bare-name arguments:
  • Understand terms: data masking, tidy select, dynamic dots
  • Recognize other ways to use tidy eval:
    • Functions that call tidyverse functions using string-based arguments, i.e. for use with Shiny.
    • Correspondence with techniques used for bare-name arguments.
  • Important that I teach how to use this with dplyr-type packages and ggplot2 for visualizations

Sources/inspiration for unit

@bensoltoff
Copy link
Member Author

Need a relevant dataset to demo/practice these techniques

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

No branches or pull requests

1 participant