Commit Graph

16 Commits

Author SHA1 Message Date
Mine Cetinkaya-Rundel 1ffbbf90b5
New visualize part (#1115) 2022-12-05 07:05:38 +13:00
johannes4998 70e162de98
Add a favicon (#1140)
Fixes #1139
2022-11-18 09:49:14 -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 a8aadbe81b Tweak metadata setup 2022-11-04 10:45:25 -05:00
Hadley Wickham a586ec7ea8
New chapter on important base R functions (#1113) 2022-11-04 10:29:04 -05:00
Hadley Wickham 0256d8bc80 Update meta data field names 2022-11-03 08:05:49 -05:00
Mine Cetinkaya-Rundel c5b7cda1bd
Communicate: Rmd -> Quarto (#1107)
* Rename file: rmarkdown to quarto

* Rmd -> quarto conversion

* Fix typos, cross-refs, knitr opts_chunk

* Fix titles + add status
2022-10-21 18:12:48 -04:00
Hadley Wickham 47d239b84b Move tibbles to program 2022-10-21 09:15:19 -05:00
Hadley Wickham 0a6af583b0 Drop programming with strings
(For now)
2022-09-14 08:11:10 -05:00
Hadley Wickham d20eb8d22c Polish joins
And move to end of transform chapter
2022-09-08 11:32:04 -05:00
Hadley Wickham 8f7748dcb1 Mild import/wrangling reorg 2022-06-20 10:40:11 -05:00
Hadley Wickham 23bfba6809 Rename relation-data.qmd to joins.qmd 2022-06-20 10:09:13 -05:00
Hadley Wickham 36144d4461 Enable reader mode 2022-06-09 10:13:37 -05:00
Hadley Wickham 0920f5da6a Bring back wrangle 2022-06-06 08:39:58 -05:00
Hadley Wickham 8771040c0a More on SQL 2022-05-26 10:55:12 -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