Skip to content

Instantly share code, notes, and snippets.

@murraycadzow
Last active February 3, 2018 17:53
Show Gist options
  • Save murraycadzow/2353ea4d71175c8081483cd73a060f67 to your computer and use it in GitHub Desktop.
Save murraycadzow/2353ea4d71175c8081483cd73a060f67 to your computer and use it in GitHub Desktop.
Structure of intermediate and advanced tidyverse
The plan of what to cover for the intermediate/advanced tidyverse workshop for ResBaz2018 Dunedin
dplyr:
- joins
-inner/left/right/anti
- suffixes
- bind_cols/bind_rows
- pull()
- summarise_at/summarise_all/summarise_if
- mutate_at/mutate_all/mutate_if
- vars()
- select()
- everything()
- contains()
- starts_with()
- ends_with()
- matches()
- case_when()
tidyr
- gather
- spread
- serparate
- unite
rlang
- set_names
purr:
- map
-_lgl
- _chr
-_df
- imap
- map2
- pmap
- safely
ggplot:
- multiplots - cowplot? ggarrange?
glue
map(df, ~ glue_data( .x, "{name} blah blah {thing}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment