Skip to content

Commit b9ca51e

Browse files
authored
Merge pull request #89 from evchambers/patch-1
Corrected fig filepaths from .PNG to .png
2 parents 312b90e + 325ea9c commit b9ca51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes_rmd/03-data-cleaning-and-transformation.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ in the sample dataset provided to you, the `sub_collection` (formerly `BCODE1`)
177177
and `format` (formerly `BCODE2`) variables contain single characters.
178178
179179
```{r, echo=FALSE, fig.cap="Sub-Collection (formerly BCODE1) export from Sierra", fig.alt = "Screen capture of window that says 'Select Me' with categories like Archival collections and Reference"}
180-
knitr::include_graphics("../fig/BCODE1.PNG")
180+
knitr::include_graphics("../fig/BCODE1.png")
181181
```
182182
183183
```{r, echo=FALSE, fig.cap="Format (formerly BCODE2) export from Sierra", fig.alt = "Screen capture of window that says 'Select Me' with items like 'Archives' and 'E-Book'"}
184-
knitr::include_graphics("../fig/BCODE2.PNG")
184+
knitr::include_graphics("../fig/BCODE2.png")
185185
```
186186

187187
You can do this easily using the `recode()` function, also in the `dplyr`

0 commit comments

Comments
 (0)