@@ -262,7 +262,7 @@ to read data into R.
262
262
(ref: img-read-csv ) Syntax for the ` read_csv ` function.
263
263
264
264
``` {r img-read-csv, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-read-csv)", fig.retina = 2, out.width="100%", fig.pos = "H", out.extra=""}
265
- image_read("img/intro/read_csv_function.jpeg ") |>
265
+ image_read("img/intro/read_csv_function.png ") |>
266
266
image_crop("1625x1900")
267
267
```
268
268
@@ -400,7 +400,7 @@ code we have already written.
400
400
(ref: img-filter ) Syntax for the ` filter ` function.
401
401
402
402
``` {r img-filter, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-filter)", fig.retina = 2, out.width="100%"}
403
- image_read("img/intro/filter_function.jpeg ") |>
403
+ image_read("img/intro/filter_function.png ") |>
404
404
image_crop("1625x1900")
405
405
```
406
406
@@ -436,7 +436,7 @@ in the next step of the analysis!
436
436
(ref: img-select ) Syntax for the ` select ` function.
437
437
438
438
``` {r img-select, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-select)", out.width="100%", fig.retina = 2}
439
- image_read("img/intro/select_function.jpeg ") |>
439
+ image_read("img/intro/select_function.png ") |>
440
440
image_crop("1625x1900")
441
441
```
442
442
@@ -468,7 +468,7 @@ so we pass the column to the `desc` function before using it as an argument.
468
468
(ref: img-arrange ) Syntax for the ` arrange ` function.
469
469
470
470
``` {r img-arrange, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-arrange)", out.width="100%", fig.retina = 2}
471
- image_read("img/intro/arrange_function.jpeg ") |>
471
+ image_read("img/intro/arrange_function.png ") |>
472
472
image_crop("1625x1900")
473
473
```
474
474
@@ -555,7 +555,7 @@ generated by following the instructions in Figure \@ref(fig:img-ggplot).
555
555
(ref: img-ggplot ) Creating a bar plot with the ` ggplot ` function.
556
556
557
557
``` {r img-ggplot, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "(ref:img-ggplot)", out.width="100%", fig.retina = 2}
558
- image_read("img/intro/ggplot_function.jpeg ") |>
558
+ image_read("img/intro/ggplot_function.png ") |>
559
559
image_crop("1625x1900")
560
560
```
561
561
0 commit comments