Skip to content

Commit 47942c6

Browse files
minor typo fix clustering
1 parent 32d7843 commit 47942c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clustering.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ penguin_clust_ks
839839

840840
If we wanted to get one of the clusterings out
841841
of the list column in the data frame,
842-
we can a familiar friend: `pull`.
842+
we could use a familiar friend: `pull`.
843843
`pull` will return to us a data frame column as a simpler data structure,
844844
here that would be a list.
845845
And then to extract the first item of the list,

0 commit comments

Comments
 (0)