Closed ismayc closed 4 months ago
|>
%>%
group_by()
index.Rmd
options(dplyr.summarise.inform = FALSE)
relocate()
envoy_flights
early_january_2023_weather
{moderndive}
{nycflights23}
{nycflights13}
{anyflights}
@avaldivi6 @rudeboybert These changes have also been incorporated in my update of Chapter 5 with new datasets. I'm going to close this PR and start a new one into master from the ch5-updates branch.
master
ch5-updates
|>
instead of%>%
in all code chunks except for Chapters 7-10 since those are in other updates.group_by()
in text and fixindex.Rmd
to removeoptions(dplyr.summarise.inform = FALSE)
relocate()
to end of Chapter 3envoy_flights
andearly_january_2023_weather
to{moderndive}
package{nycflights23}
is an updated version of{nycflights13}
using the{anyflights}
package{nycflights23}
instead of{nycflights13}