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
2022-06-08 11:22:11 -05:00
2022-11-17 09:56:08 -06:00
2022-11-12 15:08:58 -05:00
2022-11-12 15:08:58 -05:00
2022-10-05 07:21:20 -05:00
2022-11-17 09:56:08 -06:00
2022-06-20 10:40:11 -05:00
2022-11-07 08:38:11 -06:00
2022-11-12 15:08:58 -05:00
2022-05-14 08:46:49 +12:00
2016-12-02 12:11:59 -06:00
2022-09-20 09:14:00 -05:00
2022-09-29 10:49:03 -05:00
2022-11-17 09:56:08 -06:00
2016-11-21 08:28:57 -06:00
2015-11-21 08:31:32 +13:00
2022-11-11 09:41:59 -06:00
2022-10-20 14:24:19 -05:00
2015-07-27 16:52:19 -05:00
2022-11-11 09:41:59 -06:00
2022-11-17 09:56:08 -06:00
2022-08-30 08:11:25 -05:00
2022-05-14 08:46:49 +12:00
2022-05-14 08:46:49 +12:00
2022-08-09 11:43:12 -05:00
2022-11-12 15:08:58 -05:00
2022-11-12 15:08:58 -05:00
2022-06-08 08:15:45 -05:00
2022-10-05 07:21:20 -05:00
2022-11-11 16:11:00 -06:00
2022-11-17 09:56:08 -06:00
2022-11-07 16:41:23 -06:00
2022-09-29 10:49:03 -05:00
2022-09-29 10:49:03 -05:00
2022-11-12 08:13:31 -06:00
2022-09-29 10:50:47 -05:00
2022-09-29 11:22:45 -05:00

R for Data Science

Render and deploy Book to Netlify

This repository contains the source of R for Data Science book. The book is built using Quarto.

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")

Images

Omnigraffle drawings

  • Font: 12pt Guardian Sans Condensed / Ubuntu mono

  • Export as 300 dpi png.

  • Website font is 18 px = 13.5 pt, so scale dpi to match font sizes: 270 = 300 * 12 / 13.5. (I also verified this empirically by screenshotting.)

    #| echo: FALSE
    #| out.width: NULL
    knitr::include_graphics("diagrams/transform.png", dpi = 270)
    

Screenshots

  • Make sure you're using a light theme. For small interface elements (eg. toolbars), zoom in twice.

  • Screenshot with Cmd + Shift + 4.

  • Don't need to set dpi:

    #| echo: FALSE
    #| out.width: NULL
    knitr::include_graphics("screenshots/rstudio-wg.png")
    

Code of Conduct

Please note that r4ds uses a Contributor Code of Conduct. By contributing to this book, you agree to abide by its terms.

Description
No description provided
Readme 138 MiB
Languages
R 76.5%
SCSS 21.7%
HTML 1.8%