* 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
* Reflect new part structure
* Mention all chapters
* Hide the ruler
* Crossref diagram
* Fix crossref
* Mention all import chapters
* Fix link to following chapter
* Fix title and summary
* Add intros
* Consistent chunk style?
* Show all rows
* Can't read named ranges
* Add exercises
* Move to screenshots
* Some structure
* Read in google sheets
* Add more googlesheets content
* Add summary
* A bit more polishing
* Update status
* 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>
* Minor edit + link to style guide
* Fix reference
* If you don't know order of operations, not clear
* Alt text + minor edits
* Add median and fix reference
* Move up mult groups up to discuss summarise msg
* Go over grouping again
* Part rename
* Chapter rename
* Clean up section labels to avoid dups
* Update comment
* Switch part order
* Move columnwise to transform
* Streamline narrative for new chapters and part name
* Add to do note to add sizing for faceted plots
* Minor edits, function updates, figure alt text
* Revert references to vars() in facets, use formula
* Spell check, colo*u*r, comma after r in chunk def
* Streamline fig.alt language
* If eval = FALSE, don't need fig.alt
* Fix sentence fragment
* No need to load ggplot2, tidyverse is loaded
* Add motivation for why to pivot + minor edits
* Add an exercise on making a contingency table
* Use index.Rmd instead of rmd to make the build work
* Case study should be sentence case
* Make figure more legible and don't rely on color alone
* Streamline example + names_transform
* Potential pathway for more advanced pivot_wider
* Pivot even wider example + new unite exercise
* Update case study to use full feature pivot_wider
* Change the pregnancy exercise
* Fix chapter reference
* Remove century example since first 2 digits is not century
* Add caption to floating figure
* Align parens
* Fix referencing
* Add alt text to all chunks with plots or figures
* Remove unused figure (related to year -> century)
* Make subparts of exercises alphabetical
* Remove references to names_transform, use mutate()
* Fix code style
* Few more chp/sec reference fixes
* Put line break back