Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hadley/r4ds
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 12, 2016
2 parents 3b71d0a fd545d0 commit e1b8d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transform.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 394,7 @@ This function works similarly to the `select` argument in `base::subset()`. Beca

--------------------------------------------------------------------------------

### Exericses
### Exercises

1. Brainstorm as many ways as possible to select `dep_time`, `dep_delay`,
`arr_time`, and `arr_delay` from `flights`.
Expand Down Expand Up @@ -534,7 534,7 @@ ggplot(flights, aes(air_time - airtime2)) geom_histogram()

1. Currently `dep_time()` and `arr_time()` are convenient to look at, but
hard to compute with because they're not really continuous numbers.
Convert them to a more convenient represention of number of minutes
Convert them to a more convenient representation of number of minutes
since midnight.

1. Compute the scheduled time by adding `dep_delay` to `dep_time`. Plot
Expand Down

0 comments on commit e1b8d60

Please sign in to comment.