Commit Graph

15 Commits

Author SHA1 Message Date
mine-cetinkaya-rundel 062ab1666d UK -> US spelling, addresses #1160 2022-12-05 02:46:05 -05:00
Hadley Wickham 3045d05e64 Use US spelling of summarize()
Fixes #1125
2022-11-18 16:07:54 -06:00
Hadley Wickham bfa06daab5
Eliminate parsing chapter (#1128)
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.
2022-11-17 09:56:08 -06:00
Hadley Wickham a3b606dc47 Polish transform intros 2022-11-07 17:06:29 -06:00
Hadley Wickham a586ec7ea8
New chapter on important base R functions (#1113) 2022-11-04 10:29:04 -05:00
Hadley Wickham 127db0fe81 Rough out summaries for all transform chapters 2022-10-21 09:15:19 -05:00
Hadley Wickham 86324b358d O'Reilly feedback 2022-09-29 10:58:31 -05:00
Zeki Akyol 279611af8a
fix minor plaintext typos and links (#1082) 2022-09-01 06:43:57 -05:00
Y. Yu f58102a4f2
Update factors.qmd (#1066)
To help make the sentence complete.
2022-08-16 11:38:31 -05:00
Y. Yu 4b340b83b8
Update factors.qmd (#1067)
Fixed few errors.
2022-08-16 11:38:22 -05:00
Hadley Wickham 1d0902c9bf Switch from I to we
Fixes #642
2022-08-09 11:43:12 -05:00
Hadley Wickham 5ec12ac2f6 Link to faux package vignette 2022-08-08 13:44:15 -05:00
Hadley Wickham 8dc95f9c6d Polish ordered factors 2022-08-08 12:06:34 -05:00
Hadley Wickham 8e2430817f Mention ordered factors 2022-08-08 11:58:09 -05:00
Mine Cetinkaya-Rundel 262f4ba02f
Convert to Quarto book (#1026)
* 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
2022-05-14 08:46:49 +12:00