Skip to content

laderast/learntidyselect

Repository files navigation

Learning Tidyselect

LearnR tutorial on using {tidyselect} to do things with multiple columns.

Learning Objectives

  • Understand how tidyselect helper functions (contains(), all_of()) work with select().
  • Understand how where() works with select and .is* functions
  • Learn how to combine helpers with c() and find the complement using -
  • Apply across() to work with mutate() to mutate multiple columns
  • Apply across() with summarize() to summarize multiple columns

Run this tutorial on Binder

Run this tutorial on Binder: Binder

About

LearnR Tutorial about tidyselect & doing things with multiple columns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages