090333be5bc5088490eeb1b21518b0ec2e805eed
				
			
			
		
	Also figure out how to get figures sizes aligned nicely.
R for Data Science
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
#| fig.retina: 1.5
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
				
					Languages
				
				
								
								
									R
								
								76.5%
							
						
							
								
								
									SCSS
								
								21.7%
							
						
							
								
								
									HTML
								
								1.8%