ModernDive_book
ModernDive_book copied to clipboard
Early chapter updates
- Use base-pipe
|>
instead of%>%
in all code chunks except for Chapters 7-10 since those are in other updates. - Address the warning message explicitly for
group_by()
in text and fixindex.Rmd
to removeoptions(dplyr.summarise.inform = FALSE)
- Add
relocate()
to end of Chapter 3 - Add
envoy_flights
andearly_january_2023_weather
to{moderndive}
package - Explain that
{nycflights23}
is an updated version of{nycflights13}
using the{anyflights}
package - Updated code and discussion throughout the book to use
{nycflights23}
instead of{nycflights13}