Skip to content

Commit

Permalink
Merge pull request #11 from mkierczak/master
Browse files Browse the repository at this point in the history
Updated Tidyverse
  • Loading branch information
nimarafati authored Oct 21, 2024
2 parents dcde0e7 + 210b1c0 commit 01984bc
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 132 deletions.
Binary file added data/slide_tidyverse/tibble_tweet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lab_tidyverse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ flights %>% select(carrier, tailnum, origin)
flights %>% select(-(day:carrier))
```

- Select all columns that have to do with `arr`ival (hint: `?tidyselect`)
- Select all columns that have to do with `arr`_ival (hint: `?tidyselect`)

```{r,accordion=TRUE}
flights %>% select(contains('arr_'))
Expand Down
Loading

0 comments on commit 01984bc

Please sign in to comment.