* 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>
Originally the plan was to have two chapters about reading text files, a brief introduction in the whole game, and then a more detailed exploration later in the book. This organisation didn't seem to work very well because the second chapter didn't have much content, so I've removed it, integrating its content elsewhere in the book:
* Column parsing types moved back into data-import
* Specifics of parsing various data types (e.g. `col_number()`, `col_date()`, and `col_factor()`) moved into the corresponding data type chapters.
* String encoding has moved to the strings chapter
While I was in here I also removed the unused `import-other.qmd`; we had planned to survey other options but I no longer think this is worth it.
Sorry, these updates are only cosmetic , not on the code. :)
str_glue instead of glue (mistype?)
delimiter instead of delimater
combining instead of combing
* 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