Fix figure path for functions

This commit is contained in:
hadley 2015-12-08 06:22:03 -06:00
parent e4b1d60743
commit cc4c43e367
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ title: Expressing yourself
output: bookdown::html_chapter
---
```{r, include = FALSE}
knitr::opts_chunk$set(
cache = TRUE,
fig.path = "figures/"
)
```
# 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.