Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion literal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ All the letters and digits in the English alphabet are considered literal
characters. They are called _literal_ because they match themselves.

```{r eval = FALSE}
str_view <- c("I had 3 quesadillas for lunch", "3")
str_view("I had 3 quesadillas for lunch", "3")
```

Here is another example:
Expand Down