* Move workflow section into Quarto chapter
* Delete removed chapter
* - Hide figures in exercises
- Change eval: false to fig-show: hide
* Remove
* Fix color scale, closes#1243
* Fix plot size
* Reduce image size + formatted excel discussion
* Shorten URLs where possible
* Fix text running off the page on PDF
* Address figure sizing issue
* Re-org removes the need for this reference
* Remove one plot to reduce redundancy
* Read thru
* Minor edits
* Add ggthemes
* Use _quarto.yml
* Rmd -> qmd
* Update build type to None
* Update styling Styling to get close to bs4_book + color
* Convert crossrefs
* Covert chunk options
* Switch to plausible for analytics
* Update action
* Fix ref
* YAML chunk options, alt text, minor edits
* More alt + move mapping to global in 1 layer plots
* Some more alt text + modelr -> tidymodels + copyedits
* Add tidymodels
* Fix chunk option
* ifelse -> if_else
* Fixed two broken links, thanks @PursuitOfDataScience
* Walk back ifelse -> if_else change to avoid NA type discussion
* Add restructuring disclaimer
* Add draft/outline of spreadsheets
* Finish reading from Excel
* Write to Excel + consistency edits
* Add pkgs for writing Excel files
* Release the 🐧s
* Reogranize to highlight tibble/data.frame diffs
* Write again
* Add spreadsheets reference + rename_with janitor
* Move janitor to TO DO in rectangular data
* Need to load tidyverse
* Show csv file
* Add TO DO note
* Use students instead of challenge file in this chp
* Quiet down some of the redundant messages
* Add bit on reading in multiple files
* Fix up students example
* Revert back to old dataset to match spreadsheets chapter
* Fix typos
* Use US spelling
* Comments from Hadley
* Incorporate Hadley's suggestions
Co-authored-by: Hadley Wickham <h.wickham@gmail.com>