* Update EDA.qmd
Using the "size" argument prints the warning: "#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> ℹ Please use `linewidth` instead."
* Update communication.qmd
Line 844: added *to* to the sentence "It is generally more useful if you want to *expand* the limits..."
Line 1101: changed the legend. Position argument to "top" to align with the statement on line 1053.
* Update logicals.qmd
because "x" does not have any value > 3, both evaluations above are not TRUE. Either the second expression use "x > 2" or "x >= 3".
The function `append_csv()` is nowhere to be found the rest of the book. I assume from the context that `append_csv` is an earlier name of what is now `append_file`
* Add {wakefield} as dependency for Strings chapter
* Move footnote into body of text
The footnote appears to be redundant with the more vague paragraph
immediately following it in the main body of the text, so combine their
information instead.
* Make explicit that `coalesce()` replaces NAs
* Fix definition of `start` & `end` for `str_sub()`
* Edit section on Letter variations
* Edit section on Locale-dependent function
* Apply suggestions from code review
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* 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
* Update webscraping.qmd
A few minor edits fixing typos etc. Also added two comments.
* Update webscraping.qmd
* Update webscraping.qmd
* Make HTML code visible
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
* First pass at scraping chapter
* Remove unneeded library() call
* Tweaks
* More on the legalities
* More writing
* Bit more on webscraping
* More on scraping
* Some edits + comments
* Add summary + comment about APIs
* More polishing
Co-authored-by: mine-cetinkaya-rundel <cetinkaya.mine@gmail.com>