Skip to content

Building tidy tools in R, a workshop

Notifications You must be signed in to change notification settings

hadley/tidy-tools

Repository files navigation

Tidy tools

Notes and live code for a 2-day workshop on “tidy tools”. This workshop is (mostly) coded live. You can see the scripts I work from in script/, but I recommend not reading too far ahead because you’ll find answers to some of the exercises, and you’ll learn more if you try to work through them first.

Slides:

Setup

install.packages("devtools")
install.packages(c("fs", "glue", "lobstr", "rematch2", "sloop", "vctrs"))
devtools::install_github("r-lib/itdepends")
# You may also need:
install.packages(c("ggplot2", "dplyr", "stringr"))

# And get the package we'll work with later:
usethis::create_from_github("hadley/fordogs", fork = FALSE)

# if you see an error about "unsupported protocol", try this:
usethis::create_from_github("hadley/fordogs", fork = FALSE, protocol = "https")

About

Building tidy tools in R, a workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages