Skip to content

Commit

Permalink
Update whole-game.Rmd (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored May 6, 2024
1 parent 3392d43 commit 0ed355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whole-game.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ git_commit("Import stringr")
Let's revisit `strsplit1()` to make it more stringr-like.
Here's a new take on it[^whole-game-1]:

[^whole-game-1]: Recall that this example was so inspiring that it's now a real function in the stringr package: \`stringr::str_split_1()\`!
[^whole-game-1]: Recall that this example was so inspiring that it's now a real function in the stringr package: `stringr::str_split_1()`!

```{r str-split-one-sneak-peek, eval = FALSE}
str_split_one <- function(string, pattern, n = Inf) {
Expand Down

0 comments on commit 0ed355c

Please sign in to comment.