Y. Yu e6bc512e98 Update program.Rmd (#984)
* Update program.Rmd

Book links do not work as of now. I replaced the links that can direct viewers to the right sites!

* Link to online versions

Co-authored-by: Mine Çetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-05-07 20:55:56 -04:00
2022-01-03 15:29:32 -06:00
2021-10-26 15:00:33 -04:00
2022-05-03 08:35:39 -05:00
2022-04-13 09:24:09 -05:00
2022-02-23 13:15:52 -06:00
2022-02-20 15:15:13 -06:00
2022-05-03 08:35:39 -05:00
2020-10-05 17:58:33 -05:00
2021-05-04 08:10:43 -05:00
2021-02-21 09:40:40 -06:00
2016-12-02 12:11:59 -06:00
2022-03-04 23:58:23 -05:00
2022-05-06 14:53:00 -04:00
2022-03-04 19:47:48 -05:00
2022-02-23 13:15:52 -06:00
2022-03-24 08:53:11 -05:00
2022-04-27 09:32:56 -05:00
2022-05-04 08:41:40 -05:00
2016-11-21 08:28:57 -06:00
2022-02-23 13:15:52 -06:00
2019-01-08 07:45:50 -06:00
2021-05-04 08:10:43 -05:00
2021-05-04 08:10:43 -05:00
2022-02-23 13:15:52 -06:00
2021-05-04 08:10:43 -05:00
2022-02-15 15:59:19 -06:00
2022-04-13 09:21:09 -05:00
2015-11-21 08:31:32 +13:00
2022-02-23 13:15:52 -06:00
2015-07-27 16:52:19 -05:00
2021-05-04 08:10:43 -05:00
2022-04-28 07:46:57 -05:00
2022-04-28 07:46:57 -05:00
2022-05-07 12:22:29 -04:00
2022-02-23 13:15:52 -06:00
2022-05-07 20:55:56 -04:00
2016-04-21 08:07:47 -05:00
2022-04-13 09:23:20 -05:00
2021-03-29 14:58:27 +01:00
2022-02-23 13:15:52 -06:00
2022-02-23 13:15:52 -06:00
2022-03-24 08:53:11 -05:00
2022-05-02 08:35:34 -05:00
2022-02-15 15:59:19 -06:00
2022-04-13 22:41:24 -04:00
2022-03-24 08:53:11 -05:00
2022-03-04 21:09:00 -05:00
2022-02-21 15:54:30 -06:00
2022-03-29 08:45:22 -05:00

R for Data Science

build_book

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

The R packages used in this book can be installed via

devtools::install_github("hadley/r4ds")

Images

Omnigraffle drawings

  • Font: 12pt 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
  • Verified sizes are visually equivalent by screenshotting.
#| echo: FALSE
#| out.width: NULL
knitr::include_graphics("diagrams/transform.png", dpi = 270)

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%