Fix figure path for functions
This commit is contained in:
		@@ -4,6 +4,13 @@ title: Expressing yourself
 | 
				
			|||||||
output: bookdown::html_chapter
 | 
					output: bookdown::html_chapter
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```{r, include = FALSE}
 | 
				
			||||||
 | 
					knitr::opts_chunk$set(
 | 
				
			||||||
 | 
					  cache = TRUE,
 | 
				
			||||||
 | 
					  fig.path = "figures/"
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Expressing yourself in code
 | 
					# Expressing yourself in code
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Code is a means of communication, not just to the computer, but to other people. This is important because every project you undertake is fundamentally collaborative, and even if you're not working with other people you'll definitely be working with future-you. 
 | 
					Code is a means of communication, not just to the computer, but to other people. This is important because every project you undertake is fundamentally collaborative, and even if you're not working with other people you'll definitely be working with future-you. 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user