Skip to content

Commit 4915325

Browse files
committed
Typo
1 parent 1d72945 commit 4915325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-tidying.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ The tidy text format requires that the data frame will store one **token** per r
15681568

15691569
After determining what level of information you're most interested in, you need a way to go from a wall of text (say, all the text in a novel) to a data frame of tokens (say, individual words). To do this, the `unnest_tokens()` function is incredibly useful.
15701570

1571-
We'll use a bear bones example to demonstrate how it works. Below is text from the Shel Silverstein poem "Carrots" stored as a character vector:
1571+
We'll use a bare bones example to demonstrate how it works. Below is text from the Shel Silverstein poem "Carrots" stored as a character vector:
15721572

15731573
```{r}
15741574
carrots <- c("They say that carrots are good for your eyes",

0 commit comments

Comments
 (0)