Skip to content

Commit 63a7641

Browse files
Merge pull request #366 from ryanzomorrodi/str_split_i_fix
str_split_n change to str_split_i
2 parents 2f70518 + b6f889b commit 63a7641

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

html/strings.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ see <- function(rx) str_view("abc ABC 123\t.!?\\(){}\n", rx)
161161
```
162162
163163
- `str_split_fixed(string, pattern, n)`: Split a vector of strings into a matrix of substrings (splitting at occurrences of a pattern match).
164-
Also `str_split()` to return a list of substrings and `str_split_n()` to return the nth substring.
164+
Also `str_split()` to return a list of substrings and `str_split_i()` to return the ith substring.
165165
166166
```{r}
167167
str_split_fixed(sentences, " ", n = 3)

keynotes/strings.key

8.28 KB
Binary file not shown.

pngs/strings.png

-4.45 KB
Loading

powerpoints/strings.pptx

134 Bytes
Binary file not shown.

strings.pdf

-270 KB
Binary file not shown.
-67.3 KB
Binary file not shown.
26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)