Fix figure path for functions
This commit is contained in:
parent
e4b1d60743
commit
cc4c43e367
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue