Skip to content

Commit 98f5703

Browse files
minor wordsmith
1 parent 794b661 commit 98f5703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrangling.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Lists \index{list} are also objects in R that have multiple, ordered elements.
167167
Vectors and lists differ by the requirement of element type
168168
consistency. All elements within a single vector must be of the same type (e.g.,
169169
all elements are characters), whereas elements within a single list can be of
170-
different types (e.g., characters, integers, logicals, and even other lists; Figure \@ref(fig:02-vec-vs-list)).
170+
different types (e.g., characters, integers, logicals, and even other lists). See Figure \@ref(fig:02-vec-vs-list).
171171

172172
``` {r 02-vec-vs-list, echo = FALSE, message = FALSE, warning = FALSE, fig.cap = "A vector versus a list.", fig.retina = 2, out.width = "100%"}
173173
image_read("img/data_frame_slides_cdn/data_frame_slides_cdn.008.jpeg") %>%

0 commit comments

Comments
 (0)